-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"dependencies": {
"bcrypt": "^5.1.1",
"caller-callsite": "^5.0.0",
"callsites": "^4.1.0",
"config": "^3.3.9",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.3",
"nodemailer": "^6.9.7",
"randomatic": "^3.1.1",
"stack-trace": "^1.0.0-pre2",
"supertest": "^6.3.3"
},
"name": "backend-mow-nodejs",
"description": "",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "mocha tests/integration/*-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harshatechtrainings/Backend-Mow-nodejs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/harshatechtrainings/Backend-Mow-nodejs/issues"
},
"homepage": "https://github.com/harshatechtrainings/Backend-Mow-nodejs#readme",
"devDependencies": {
"chai": "^4.3.10",
"mocha": "^10.2.0"
}
}