-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 727 Bytes
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
{
"name": "walletsimulator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"dependencies": {
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"chartjs-adapter-luxon": "^1.3.1",
"connect-mongodb-session": "^5.0.0",
"cookie-parser": "^1.4.7",
"crypto-random-string": "^5.0.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-session": "^1.18.0",
"express-validator": "^7.2.0",
"jsonwebtoken": "^9.0.2",
"luxon": "^3.5.0",
"mongoose": "^8.6.0",
"nanoid": "^5.0.7",
"node-fetch": "^3.3.2"
}
}