-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 946 Bytes
/
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
{
"name": "bill-generate-api",
"version": "1.0.0",
"description": "this project for generate bill",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "krupali makadiya",
"license": "ISC",
"dependencies": {
"boom": "^7.3.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-session": "^1.15.6",
"handlebars": "^4.1.2",
"html-pdf": "^2.2.0",
"http-errors": "~1.6.2",
"jsonwebtoken": "^8.5.1",
"juice": "^5.1.0",
"moment": "^2.23.0",
"mongoose": "^5.4.0",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"mysql": "^2.16.0",
"nodemailer": "^5.1.1",
"nodemon": "^1.19.1",
"phantomjs-prebuilt": "^2.1.16",
"twilio": "^3.33.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"eslint": "^6.0.1"
}
}