-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 982 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 982 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
31
32
33
34
35
36
{
"name": "byeiz",
"private": true,
"version": "1.0.0",
"description": "A fun farewell console web service",
"main": "index.js",
"scripts": {
"start:dev": "nodemon index.js",
"start": "pm2-runtime start index.js -i max --env production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"dependencies": {
"ansi-styles": "^3.2.1",
"express": "^4.16.3",
"pm2": "^3.3.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-prettier": "^3.0.1",
"nodemon": "^1.17.5",
"prettier": "^1.16.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/master-atul/byeiz.git"
},
"bugs": {
"url": "https://github.com/master-atul/byeiz/issues"
},
"homepage": "https://github.com/master-atul/byeiz#readme",
"author": "atulanand94@gmail.com"
}