mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 04:32:32 +00:00
20 lines
542 B
JSON
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.1.0",
|
|
"@commitlint/config-conventional": "^16.0.0",
|
|
"commitizen": "^4.2.4",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"husky": "^7.0.4",
|
|
"standard-version": "^9.3.2"
|
|
}
|
|
} |