-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 981 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
39
40
{
"name": "ecommercemongo",
"version": "v1.0.0-alpha",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apicache": "^1.6.3",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"email-validator": "^2.0.4",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"express-validator": "^7.0.1",
"google-auth-library": "^9.2.0",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mongo-sanitize": "^1.1.0",
"mongoose": "^8.1.2",
"mongoose-paginate-v2": "^1.7.31",
"morgan": "^1.10.0",
"stripe": "^14.16.0"
},
"devDependencies": {
"chai": "^4.3.10",
"jest": "^29.6.2",
"nodemon": "^3.0.3",
"supertest": "^6.3.3"
}
}