Files
lunasea/package.json
2022-02-19 10:42:08 -05:00

20 lines
542 B
JSON

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