-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 922 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
37
38
39
{
"name": "clash-of-codes-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "cd build && node index.js",
"dev": "nodemon --exec ts-node index.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/object-hash": "^3.0.6",
"@types/ws": "^8.5.10",
"nodemon": "^3.0.2",
"typescript": "^5.3.3"
},
"dependencies": {
"body-parser": "^1.20.2",
"cookie": "^0.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"google-auth-library": "^9.4.1",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.3.0",
"object-hash": "^3.0.0",
"redis": "^4.6.11",
"ws": "^8.15.1"
}
}