{ "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" } }