-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "history-backend",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node dist/src/app.js",
"dev": "nodemon src/app.ts",
"build": "tsc -p ."
},
"dependencies": {
"@types/mongoose": "^5.11.97",
"async-lock": "^1.4.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"dotenv": "^16.1.4",
"express": "^4.18.2",
"ioredis": "^5.3.2",
"joi": "^17.13.1",
"jsonwebtoken": "^9.0.2",
"memory-cache": "^0.2.0",
"mongoose": "^8.1.1",
"mysql2": "^3.3.3",
"node-cache": "^5.1.2",
"openai": "^4.33.0",
"winston": "^3.13.0"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"@types/async-lock": "^1.4.0",
"@types/bcrypt": "^5.0.2",
"@types/compression": "^1.7.2",
"@types/cors": "^2.8.13",
"@types/jsonwebtoken": "^9.0.6",
"@types/memory-cache": "^0.2.5",
"@types/node": "^20.2.5",
"eslint": "^8.57.0",
"globals": "^15.0.0",
"jest": "^29.7.0",
"nodemon": "^2.0.19",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"typescript-eslint": "^7.7.1"
}
}