-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 748 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "webtorretbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aryanvikash/webtorretbot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aryanvikash/webtorretbot/issues"
},
"homepage": "https://github.com/aryanvikash/webtorretbot#readme",
"dependencies": {
"archiver": "^5.0.0",
"aria2": "^4.1.0",
"axios": "^0.19.2",
"fs-extra": "^9.0.0",
"googleapis": "^49.0.0",
"mkdirp": "^1.0.4",
"mongodb": "^3.5.7",
"node-telegram-bot-api": "0.40.0",
"rimraf": "^3.0.2"
}
}