forked from catolicasc-social/api
-
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) · 693 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 693 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
{
"dependencies": {
"dotenv": "^7.0.0",
"esm": "^3.2.22",
"express": "^4.16.4",
"firebase": "^5.9.2",
"firebase-admin": "^7.2.0",
"firebase-functions": "^2.2.1"
},
"scripts": {
"dbCopy": "node ./src/scripts/db-copy.js",
"run": "node server"
},
"name": "api",
"description": "",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/catolicasc-social/api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/catolicasc-social/api/issues"
},
"homepage": "https://github.com/catolicasc-social/api#readme"
}