{ "name": "torrent", "version": "0.0.1", "description": "A dedicated torrent client for Autoplex", "main": "build/index.js", "scripts": { "build": "tsc", "start": "NODE_ENV=production; node .", "start:dev": "nodemon", "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "patch-package" }, "keywords": [], "author": "David Ludwig", "license": "ISC", "devDependencies": { "@types/glob": "^7.1.3", "@types/node": "^14.14.37", "@types/parse-torrent": "^5.8.3", "@types/rimraf": "^3.0.0", "@types/websocket": "^1.0.2", "nodemon": "^2.0.7", "postinstall-postinstall": "^2.1.0", "ts-node": "^9.1.1", "typescript": "^4.2.3" }, "dependencies": { "bitfield": "^4.0.0", "mysql": "^2.18.1", "node-ipc": "^9.1.4", "parse-torrent": "^9.1.3", "patch-package": "^6.4.7", "reflect-metadata": "^0.1.13", "rimraf": "^3.0.2", "typeorm": "^0.2.32", "websocket": "^1.0.33", "webtorrent-hybrid": "^4.0.3" } }