-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "http-query-filter",
"version": "3.0.32",
"description": "Project-based filter system StrongLoop Node.js API Platform developed by IBM Company.",
"homepage": "https://github.com/jroliveira/http-query-filter#readme",
"repository": {
"type": "git",
"url": "https://github.com/jroliveira/http-query-filter.git"
},
"keywords": [
"csharp",
"rest",
"package",
"http",
"filter",
"querystring",
"dotnet-standard"
],
"author": "Junior Oliveira (https://jroliveira.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jroliveira/http-query-filter/issues"
},
"readmeFilename": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version",
"postinstall": "dotnet tool install Cake.Tool --version 0.35.0"
},
"devDependencies": {
"@commitlint/cli": "9.1.1",
"@commitlint/config-conventional": "9.1.1",
"cz-conventional-changelog": "3.2.0",
"husky": "4.2.5",
"standard-version": "8.0.2"
},
"husky": {
"hooks": {
"pre-push": "dotnet cake",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}