-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 832 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
{
"name": "node-express",
"version": "1.0.0",
"description": "A simple Node-Express app",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Emrald-T/Node-Express.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Emrald-T/Node-Express/issues"
},
"homepage": "https://github.com/Emrald-T/Node-Express#readme",
"devDependencies": {
"@firebase/app": "^0.4.13",
"@firebase/app-types": "^0.4.3",
"body-parser": "^1.19.0",
"eslint": "^6.1.0",
"eslint-plugin-react": "^7.14.3",
"express": "^4.17.1",
"firebase-admin": "^8.3.0",
"nodemon": "^1.19.1"
},
"dependencies": {
"ejs": "^2.6.2"
}
}