-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 871 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 871 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
{
"name": "dashboard-syamrabu",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js",
"start": "node app.js"
},
"author": "rsud-syamrabu",
"type": "module",
"license": "ISC",
"description": "",
"dependencies": {
"@godaddy/terminus": "^4.12.1",
"bcrypt": "^6.0.0",
"compression": "^1.8.1",
"cors": "^2.8.5",
"dayjs": "^1.11.18",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.1",
"nodemon": "^3.1.10",
"pg": "^8.16.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.7",
"uuid": "^13.0.0",
"zod": "^4.1.11"
},
"prettier": {
"printWidth": 150,
"tabWidth": 2,
"singleQuote": true,
"semi": true,
"arrowParens": "avoid"
}
}