-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 765 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 765 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
{
"name": "node-admin",
"version": "1.0.0",
"description": "Template Admin Modernize ",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "node --watch index.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Script7",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-flash": "^0.0.2",
"express-handlebars": "^7.0.7",
"express-session": "^1.17.3",
"firebase-admin": "^11.9.0",
"fs": "^0.0.1-security",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"path": "^0.12.7"
}
}