-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (70 loc) · 1.88 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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "socketio-kegerweighter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node index.ts",
"test": "jest --watchAll --runInBand",
"dev": "nodemon --exec ts-node index.ts",
"client": "ts-node client.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/cors": "^2.8.8",
"@types/express": "^4.17.9",
"@types/jest": "^26.0.15",
"@types/jsonwebtoken": "^8.5.0",
"@types/morgan": "^1.9.2",
"@types/node": "^14.14.10",
"@types/node-fetch": "^2.5.7",
"@types/socket.io-client": "^1.4.35",
"@types/supertest": "^2.0.10",
"@types/uuid": "^8.3.0",
"jest": "^26.6.3",
"nodemon": "^2.0.6",
"supertest": "^6.0.1",
"ts-jest": "^26.4.4"
},
"dependencies": {
"@types/node-cron": "^2.0.3",
"@types/socket.io": "^2.1.12",
"@types/validator": "^13.1.0",
"axios": "^0.21.0",
"bcrypt": "^5.0.0",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.7.0",
"firebase-admin": "^9.4.2",
"helmet": "^4.2.0",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.1",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.1",
"ts-node": "^9.0.0",
"typeorm": "^0.2.29",
"uuid": "^8.3.1",
"typescript": "^4.1.2",
"@types/bcrypt": "^3.0.0",
"@types/cors": "^2.8.8",
"@types/express": "^4.17.9",
"@types/jest": "^26.0.15",
"@types/jsonwebtoken": "^8.5.0",
"@types/morgan": "^1.9.2",
"@types/node": "^14.14.10",
"@types/node-fetch": "^2.5.7",
"@types/socket.io-client": "^1.4.35",
"@types/supertest": "^2.0.10",
"@types/uuid": "^8.3.0"
}
}