-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 803 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 803 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
30
31
32
33
34
35
36
37
38
{
"name": "trackcash",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "mocha tests/**/*.test.js",
"start": "node server.js"
},
"keywords": [
"chai"
],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/express": "^5.0.1",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-handlebars": "^8.0.1",
"hbs": "^4.2.0",
"jquery": "^3.7.1",
"jsdom": "^26.0.0",
"json2csv": "^6.0.0-alpha.2",
"jsonwebtoken": "^9.0.2",
"mocha": "^11.1.0",
"mysql2": "^3.12.0",
"sinon": "^19.0.2",
"supertest": "^7.0.0"
},
"devDependencies": {
"chai": "^5.2.0",
"mocha": "^11.1.0",
"supertest": "^7.0.0"
}
}