You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

37 lines
1.0 KiB

{
"name": "torrent",
"version": "0.0.1",
"description": "A dedicated torrent client for Autoplex",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"start": "node .",
"start:dev": "ulimit -c unlimited && node --inspect=0.0.0.0:9229 -r ./node_modules/ts-node/register ./src/index.ts",
"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",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"dependencies": {
"bitfield": "^4.0.0",
"mysql": "^2.18.1",
"parse-torrent": "^9.1.3",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typeorm": "^0.2.32",
"websocket": "^1.0.33",
"webtorrent-hybrid": "^4.0.3"
}
}