-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 888 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 888 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
{
"name": "cos4bio",
"version": "0.0.1",
"private": true,
"description": "New Swagger API Project",
"keywords": [],
"author": "",
"license": "",
"dependencies": {
"body-parser": "^1.19.0",
"firebase-admin": "^8.10.0",
"firebase-functions": "^3.6.1",
"form-data": "^3.0.0",
"mongodb": "^4.1.3",
"node-fetch": "^2.6.1",
"ol-ext": "^3.2.24"
},
"engines": {
"node": "12"
},
"devDependencies": {
"express": "^4.12.3",
"swagger-express-mw": "^0.7.0"
},
"scripts": {
"start": "node app.js",
"edit": "swagger project edit",
"test": "swagger project test",
"f:serve": "firebase emulators:start --only functions",
"f:shell": "firebase functions:shell",
"f:start": "firebase emulators:start --only functions",
"f:deploy": "firebase deploy --only functions",
"f:logs": "firebase functions:log"
}
}