-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.36 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.36 KB
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
51
52
53
{
"name": "autoservices",
"version": "1.0.0",
"description": "An API backend created for Deerwalk Autoservices.",
"main": "app.js",
"type": "module",
"scripts": {
"seeder": "node node_modules/mongoose-dummy-seeder/index.js",
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SahilLodha/AutoServices.git"
},
"keywords": [
"autoservices",
"express"
],
"author": "DMT-Developers-Department",
"license": "ISC",
"bugs": {
"url": "https://github.com/SahilLodha/AutoServices/issues"
},
"homepage": "https://github.com/SahilLodha/AutoServices#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"exceljs": "^4.3.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-validator": "^6.14.2",
"firebase": "^9.20.0",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.8.2",
"nodemailer": "^6.9.1",
"path": "^0.12.7",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"url": "^0.11.0",
"util": "^0.12.5",
"winston": "^3.8.2"
},
"devDependencies": {
"fakingoose": "^2.3.3",
"mongoose-dummy-seeder": "^1.1.0",
"nodemon": "^2.0.20"
}
}