-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 KB
/
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
40
41
42
43
44
45
{
"dependencies": {
"@google-cloud/local-auth": "^2.1.0",
"arrify": "^3.0.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cockroachdb": "^0.0.1",
"dotenv": "^16.4.4",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-flash": "^0.0.2",
"express-session": "^1.18.0",
"google-auth-library": "^9.5.0",
"googleapis": "^105.0.0",
"http": "^0.0.1-security",
"method-override": "^3.0.0",
"mime": "^4.0.1",
"mongodb": "6.3",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.7.1",
"open": "^10.0.3",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"sequelize-cockroachdb": "^6.0.5",
"server-destroy": "^1.0.1",
"url": "^0.11.3",
"util": "^0.12.5"
},
"devDependencies": {
"nodemon": "^3.0.2"
},
"name": "nodejs_projects",
"version": "1.0.0",
"main": "index.js",
"type": "commonjs",
"scripts": {
"devStart": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"description": ""
}