-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1011 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
{
"name": "math-chatbot-mern",
"version": "1.0.0",
"description": "",
"main": "./backend/app.ts",
"scripts": {
"start": "tsc && node dist/app.js",
"test": "jest",
"lint": "eslint ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/body-parser": "^1.19.5",
"@types/express": "^5.0.0",
"@types/node": "^22.10.7",
"decimal.js": "^10.4.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"mongodb": "^6.12.0",
"pino": "^9.6.0",
"socket.io": "^4.8.1"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/jest": "^29.5.14",
"eslint": "^9.18.0",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"socket.io-client": "^4.8.1"
}
}