-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "chef",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node bin/www.ts",
"cluster": "ts-node bin/cluster.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/dockerode": "^3.2.3",
"@types/express": "^4.17.11",
"@types/express-jwt": "^6.0.1",
"@types/express-rate-limit": "^5.1.1",
"@types/joi": "^17.2.3",
"@types/jsonwebtoken": "^8.5.1",
"@types/node": "^14.14.37",
"@types/redis": "^2.8.29",
"@types/sequelize": "^4.28.9",
"@types/uuid": "^8.3.0",
"@types/yaml": "^1.9.7",
"sequelize-cli": "^6.2.0",
"typescript": "^4.2.4"
},
"dependencies": {
"axios": "^0.21.1",
"dockerode": "^3.2.1",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-rate-limit": "^5.2.6",
"joi": "^17.4.0",
"jsonwebtoken": "^8.5.1",
"mysql2": "^2.2.5",
"rate-limit-redis": "^2.1.0",
"redis": "^3.1.2",
"sequelize": "^6.6.2",
"sequelize-typescript": "^2.1.0",
"ts-node": "^9.1.1",
"uuid": "^8.3.2",
"yaml": "^1.10.2"
}
}