-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 938 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 938 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
{
"name": "node_starter_kit",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "cross-env NODE_ENV=production node app",
"dev": "cross-env NODE_ENV=development node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.3",
"google-auth-library": "^8.0.2",
"luxon": "^2.3.1",
"mariadb": "^2.5.4",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"passport": "^0.5.2",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-google-oidc": "^0.1.0",
"request-ip": "^2.1.3",
"sequelize": "^6.6.5",
"sequelize-cli": "^6.2.0",
"session-file-store": "^1.5.0",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.6.1"
}
}