-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 996 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 996 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
34
35
36
37
38
39
40
{
"name": "invoice_app",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.5",
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^7.1.1",
"express-joi-validation": "^5.0.1",
"handlebars": "^4.7.8",
"http-errors": "^2.0.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"nodemailer": "^6.9.4",
"nodemailer-mailgun-transport": "^2.1.5",
"nodemon": "^2.0.22",
"pg": "^8.10.0",
"pg-hstore": "^2.3.4",
"puppeteer": "^21.0.1",
"sequelize": "^6.31.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-standard": "^17.1.0"
}
}