forked from cyclic-software/starter-micro-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 854 Bytes
/
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
{
"dependencies": {
"@google-cloud/storage": "^7.7.0",
"bcryptjs": "^2.4.3",
"client-sessions": "^0.8.0",
"connect-flash": "^0.1.1",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-session": "^1.17.3",
"file-type": "^18.7.0",
"firebase-functions": "^4.5.0",
"formidable": "^2.1.1",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"localStorage": "^1.0.4",
"mongodb": "^6.3.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.1.2",
"node-localstorage": "^2.2.1",
"nodemon": "^3.0.1",
"parse": "^4.3.1",
"polyfill-localstorage-node": "^0.0.9",
"sequelize": "^6.29.3",
"wifi-password": "^3.0.1"
},
"devDependencies": {
"localstorage-polyfill": "^1.0.1"
},
"scripts": {
"start": "node index.js"
}
}