-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "nodejs-starter",
"version": "1.0.0",
"description": "Start your NodeJS project quickly",
"main": "src/index.js",
"dependencies": {
"express": "^4.17.1",
"mongoose": "^5.12.7",
"morgan": "^1.10.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"http-status": "^1.5.0",
"express-validation": "^3.0.8",
"firebase": "^8.9.1",
"firebase-admin": "^9.9.0",
"joi": "^17.4.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"scripts": {
"start": "node src/index.js",
"dev": "./node_modules/.bin/nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nova-Solutions-LK/NodeJs-Starter.git"
},
"keywords": [
"nodejs",
"backend-api",
"javascript"
],
"author": "Nova Solutions (Pvt) Ltd",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nova-Solutions-LK/NodeJs-Starter/issues"
},
"homepage": "https://github.com/Nova-Solutions-LK/NodeJs-Starter#readme"
}