-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.36 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
{
"name": "gamerhub_back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc -p .",
"start": "node build/index.js",
"dev": "tsnd --respawn index.ts",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/mocha": "^10.0.7",
"@types/stripe": "^8.0.417",
"axios": "^1.6.5",
"compression": "^1.7.5",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongoose": "^8.0.1",
"prom-client": "^15.1.2",
"redis": "^4.6.14",
"response-time": "^2.3.2",
"socket.io": "^4.7.2",
"stripe": "^15.12.0",
"winston": "^3.13.0",
"winston-loki": "^6.1.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.9.4",
"@types/response-time": "^2.3.8",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"ts-jest": "^29.1.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.7.2"
},
"volta": {
"node": "21.5.0",
"yarn": "4.2.2"
}
}