-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.34 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
46
47
48
49
50
51
52
{
"name": "nodejs-firebase-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev-start": "babel-node server/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victorkarangwa4/NodeJs-Firebase-App.git"
},
"keywords": [
"nodeJs",
"Firebase",
"Firebase-tools",
"Firebase-admin",
"realtTime DB",
"realtTime Database",
"expressJs",
"DB"
],
"author": "Victor Karangwa",
"license": "MIT",
"bugs": {
"url": "https://github.com/victorkarangwa4/NodeJs-Firebase-App/issues"
},
"homepage": "https://github.com/victorkarangwa4/NodeJs-Firebase-App#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.4.0",
"faker": "^4.1.0",
"firebase-admin": "8.10.0",
"method-override": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/node": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/register": "^7.8.3",
"@babel/runtime": "^7.8.4",
"babel-loader": "^8.0.6"
}
}