forked from do-community/hello_hapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 833 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 833 Bytes
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
{
"name": "hello",
"version": "1.0.0",
"description": "Sales Eggs directly from Mahoti Farms to Bangalore Apartments",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kelvin Dsouza A L - integro infotech and consulting",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"config": "^3.3.1",
"debug": "^4.1.1",
"express": "^4.17.1",
"firebase-admin": "^8.12.1",
"firebase-service": "^4.0.293",
"helmet": "^3.22.0",
"joi": "^14.3.1",
"moment": "^2.26.0",
"mongoose": "^5.9.16",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"order-id": "^1.1.0",
"pug": "^2.0.4",
"razorpay": "^2.0.6",
"slugify": "^1.4.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}