Files
lunasea/package.json
2022-01-24 21:02:09 -05:00

19 lines
490 B
JSON

{
"name": "lunasea",
"description": "Self-Hosted Controller",
"version": "6.0.1",
"private": true,
"scripts": {
"prepare": "husky install",
"commit": "git add . && cz",
"release": "standard-version --no-verify --commit-all"
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.0",
"standard-version": "^9.3.2"
}
}