-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.63 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "trader-server",
"version": "1.0.0",
"description": "",
"scripts": {
"tsc": "tsc",
"watch-ts": "tsc -w",
"lint": "npx eslint .",
"test": "jest --maxWorkers=1",
"test-watch": "jest --maxWorkers=1 --watch",
"start": "pm2-runtime start ecosystem.config.js"
},
"author": "suphero",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.8",
"@types/lodash": "^4.14.161",
"@types/mongoose": "^5.7.36",
"@types/node-cron": "^2.0.3",
"@types/node-telegram-bot-api": "^0.50.2",
"@types/ramda": "^0.27.19",
"@types/sequelize": "^4.28.9",
"@types/socket.io-client": "^1.4.33",
"@types/ws": "^7.2.6",
"agentkeepalive": "^4.1.3",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"lodash": "^4.17.20",
"mongoose": "^5.10.7",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.1",
"node-telegram-bot-api": "^0.50.0",
"pg": "^8.3.3",
"pg-hstore": "^2.3.3",
"pm2": "^4.4.1",
"ramda": "^0.27.1",
"sequelize": "^5.22.3",
"socket.io-client": "^2.3.0",
"ts-node": "^8.10.2",
"tslint": "^6.1.3",
"typescript": "^3.9.7"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@types/jest": "^25.2.3",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.10.0",
"jest": "^26.4.2",
"ts-jest": "^26.4.0"
}
}