-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 946 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": "kishan-ecomm-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon app.js",
"test": "mocha --timeout 60000 ./test/* --exit",
"start": "node app.js",
"coverage": "nyc --reporter=lcov --reporter=text npm run test"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"alert": "^5.0.10",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"chai": "^4.3.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dot-env": "0.0.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"glob": "^7.2.0",
"jest": "^27.0.6",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.13.2",
"node-localstorage": "^2.2.1",
"nodemon": "^2.0.9",
"sinon": "^12.0.1",
"sinon-chai": "^3.7.0",
"sslcommerz": "^1.7.0"
},
"devDependencies": {
"mocha": "^9.0.2",
"nyc": "^15.1.0",
"supertest": "^6.1.3"
}
}