-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.32 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
47
48
49
50
{
"name": "procurement-management",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/farhanshaikh05/nodejs-procurement-management.git"
},
"author": "Farhan Shaikh",
"license": "ISC",
"bugs": {
"url": "https://github.com/farhanshaikh05/nodejs-procurement-management/issues"
},
"homepage": "https://github.com/farhanshaikh05/nodejs-procurement-management#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"express-mongo-sanitize": "^2.2.0",
"helmet": "^5.1.0",
"http-status": "^1.5.2",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"mongoose": "^6.4.5",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.7.7",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"validator": "^13.7.0",
"winston": "^3.8.1",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"eslint": "^8.20.0",
"nodemon": "^2.0.19",
"prettier": "^2.7.1"
}
}