-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --exec babel-node index.js",
"start": "babel-node index.js",
"build":"npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@firebase/app": "^0.9.0",
"@firebase/auth": "^0.21.0",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"firebase": "^9.15.0",
"firebase-admin": "^11.4.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"truffle-contract": "^4.0.31"
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/node": "^7.13.12",
"@babel/preset-env": "^7.13.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CatalystsReachOut/itrepeats-backend.git"
},
"bugs": {
"url": "https://github.com/CatalystsReachOut/itrepeats-backend/issues"
},
"homepage": "https://github.com/CatalystsReachOut/itrepeats-backend#readme",
"description": ""
}