-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 965 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
{
"description": "movie-translator",
"version": "2.3.2",
"scripts": {
"start": "node dist/server.js",
"build": "babel src -d dist",
"docker": "docker build -t movie:latest .",
"dev": "cross-env SOCKS_PROXY_HOST=localhost babel-node src/server.js",
"test": "cross-env DEBUG=project:* babel-node test/decoder.test.js"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.2.0",
"debug": "^4.0.1"
},
"dependencies": {
"axios": "^0.21.1",
"date-fns": "^2.19.0",
"express": "^4.17.1",
"ioredis": "^4.16.0",
"lodash": "^4.17.20",
"magnet": "https://github.com/xmmwc/magnet/releases/download/v1.3.2/magnet-v1.3.2.tgz",
"node-schedule": "^2.0.0",
"sha-1": "^0.1.1",
"socks-proxy-agent": "^5.0.0",
"torrent-search-api": "^2.1.4"
},
"license": "MIT"
}