-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 915 Bytes
/
package.json
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
33
34
35
36
{
"name": "torrent-api",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx ts-node src/app.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/torrent-search-api": "^2.0.0",
"atob": "^2.1.2",
"body-parser": "^1.18.3",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-async-handler": "^1.1.4",
"express-session": "^1.15.6",
"install": "^0.12.2",
"npm": "^6.5.0",
"serve-index": "^1.9.1",
"serve-static": "^1.13.2",
"torrent-search-api": "^2.0.4",
"typescript": "^3.2.2",
"winston": "^3.1.0"
},
"devDependencies": {
"@types/atob": "^2.1.1",
"@types/bson": "^1.0.11",
"@types/express": "^4.16.0",
"@types/express-session": "^1.15.11",
"@types/mongodb": "^3.1.18",
"@types/serve-index": "^1.7.29",
"ts-node": "^7.0.1"
}
}