-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.48 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
{
"name": "sky-puppy",
"version": "1.3.8",
"description": "A easy to use reliable health checking service with Prometheus export",
"main": "./src/index.js",
"scripts": {
"start": "NODE_ENV=production node src/index.js ",
"test": "SKY_PUPPY_CONFIG_PATH=./test node src/index.js",
"version": "auto-changelog -l false --sort-commits date-desc --package --hide-credit --template changelog-template.hbs -p && mdsquash -i CHANGELOG.md && git add -A CHANGELOG.md && git add -A README.md",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Phara0h/sky-puppy.git"
},
"bin": {
"sky-puppy": "./src/index.js"
},
"keywords": [
"prometheus",
"health",
"check",
"request",
"service"
],
"author": "Phara0h",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Phara0h/sky-puppy/issues"
},
"homepage": "https://github.com/Phara0h/sky-puppy#readme",
"dependencies": {
"colors": "^1.4.0",
"fasquest": "^3.0.1",
"fastify": "^3.7.0",
"nbars": "^1.0.1",
"nstats": "^4.1.2"
},
"devDependencies": {
"auto-changelog": "^2.2.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"jsdoc-to-markdown": "^6.0.1",
"mdsquash": "^1.0.5",
"postgen": "^4.6.0",
"prettier": "^2.0.5",
"prettier-eslint": "^11.0.0",
"sky-puppy-checker-template": "^1.0.1"
}
}