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.
 
 
 

18 lines
446 B

{
"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"
}
}