-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
27 lines (27 loc) · 927 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": "FAST_LIO_LC",
"version": "0.0.1",
"description": "## News - ``Aug 2021``: The Livox-lidar tests and corresponding launch files will be uploaded soon. Currenty only Ouster lidar tutorial videos had been made.",
"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/FAST_LIO_LC.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yanliang-wang/FAST_LIO_LC/issues"
},
"homepage": "https://github.com/yanliang-wang/FAST_LIO_LC#readme",
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
}
}
}