-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.23 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
{
"name": "sky-puppy-checker-mongodb",
"version": "1.1.1",
"description": "A Sky Puppy checker for mongodb",
"main": "./src/index.js",
"scripts": {
"test": "SKY_PUPPY_CONFIG_PATH=./test sky-puppy",
"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-checker-template.git"
},
"keywords": [
"sky",
"health",
"check",
"puppy",
"sky-puppy",
"mongodb"
],
"author": "Phara0h",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Phara0h/sky-puppy-checker-mongodb/issues"
},
"homepage": "https://github.com/Phara0h/sky-puppy-checker-mongodb#readme",
"dependencies": {
"mongodb": "^3.6.2"
},
"devDependencies": {
"auto-changelog": "^2.2.1",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"mdsquash": "^1.0.5",
"prettier": "^2.0.5",
"prettier-eslint": "^11.0.0",
"sky-puppy": "latest"
}
}