-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
{
"dependencies": {
"axios": "^1.3.4",
"bcrypt": "^5.1.0",
"chai": "^4.3.7",
"chai-http": "^4.3.0",
"config": "^3.3.9",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"json-server": "^0.17.2",
"jsonwebtoken": "^9.0.0",
"mocha": "^10.2.0",
"mongoose": "^7.0.0",
"mongoose-to-swagger": "^1.4.0",
"node-fetch": "^2.6.9",
"nodemailer": "^6.9.1",
"nyc": "^15.1.0",
"request": "^2.88.2",
"should": "^13.2.3",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.2",
"validator": "^13.9.0"
},
"name": "my-brand",
"description": "",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "mocha --config ./test/.mocharc.js",
"coverage": "nyc npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kagaba-etienne/my-brand.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kagaba-etienne/my-brand/issues"
},
"homepage": "https://github.com/kagaba-etienne/my-brand#readme"
}