-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "treblle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@treblle/express": "^0.0.6",
"bcrypt": "^5.1.0",
"chai": "^4.3.10",
"compression": "^1.7.4",
"content-type": "^1.0.5",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"date-fns": "^3.0.6",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.11.2",
"express-sslify": "^1.2.0",
"helmet": "^7.0.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.3.1",
"morgan": "^1.10.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.0",
"validator": "^13.9.0"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^2.0.22",
"rewire": "^7.0.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"supertest": "^6.3.3"
}
}