forked from liftlearning/Pix-Explorer-Back-End
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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": "P2Pix-Block-Explorer",
"version": "1.0.0",
"description": "Api Explorer",
"main": "app.js",
"scripts": {
"dev": "nodemon",
"lint": "eslint --ext .js,.html -f ./node_modules/eslint-friendly-formatter . --fix",
"prepush": "npm run lint",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liftlearning/P2Pix-Block-Explorer.git"
},
"keywords": [
"nodejs",
"javascript",
"docker",
"azure",
"express"
],
"author": "LiftLearning",
"license": "ISC",
"bugs": {
"url": "https://github.com/liftlearning/P2Pix-Block-Explorer/issues"
},
"homepage": "https://github.com/liftlearning/P2Pix-Block-Explorer#readme",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"husky": "^2.3.0",
"nodemon": "^2.0.20"
},
"dependencies": {
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-html": "^5.0.5",
"express": "^4.17.1"
}
}