-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 878 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 878 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
{
"name": "cloudci",
"version": "0.3.0",
"private": true,
"scripts": {
"start": "node server.js",
"test": "jest --testPathIgnorePatterns='airbnb_deepseek.test.js'"
},
"type": "module",
"dependencies": {
"@jest/globals": "^29.7.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.4.7",
"express": "5.0.0",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"mongodb": "^6.15.0",
"mongodb-memory-server": "^10.1.4",
"morgan": "~1.9.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@types/jest": "^29.5.14",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"supertest": "^7.1.0"
}
}