-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 953 Bytes
/
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
{
"name": "nuntio",
"version": "0.16.3",
"description": "Response & Error Handler for Koa",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zjr/nuntio.git"
},
"keywords": [
"koa",
"response",
"error"
],
"author": "Zachary J. Rollyson",
"license": "MIT",
"bugs": {
"url": "https://github.com/zjr/nuntio/issues"
},
"homepage": "https://github.com/zjr/nuntio#readme",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"husky": "^4.2.3",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"standard-version": "^7.1.0"
},
"peerDependencies": {
"koa": "2.x"
}
}