-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 917 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
{
"name": "@ecomplus/store-api-docs",
"version": "1.1.1",
"description": "API Blueprint to E-Com Plus Store API documentation",
"main": "index.js",
"scripts": {
"build": "sh ./build.sh",
"release": "sh ./build.sh && git commit -am 'chore(rebuild): update api blueprints' && standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecomplus/store-api-docs.git"
},
"author": "E-Com Club <[email protected]>",
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/ecomplus/store-api-docs/issues"
},
"homepage": "https://github.com/ecomplus/store-api-docs#readme",
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"husky": "^4.3.8",
"standard-version": "^9.1.1"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}