{ "name": "@autoplex-service/torrent-client", "version": "0.0.0", "main": "dist/index.js", "license": "MIT", "scripts": { "clean": "rimraf ./dist", "build": "tsc", "start": "NODE_ENV=production; node .", "start:dev": "nodemon", "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "patch-package" }, "dependencies": { "@autoplex/microservice": "^0.1.0", "webtorrent": "^1.8.5" } }