-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
27 lines (27 loc) · 896 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
{
"name": "ros_example",
"version": "0.0.0",
"description": "[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u",
"release": "release-it --npm.skipChecks --no-git.requireCleanWorkingDir --no-publish --no-git.push --no-git.commit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanliang-wang/ros_example.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yanliang-wang/ros_example/issues"
},
"homepage": "https://github.com/yanliang-wang/ros_example#readme",
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
}
}
}