{ "name": "hyper-function-core", "version": "0.1.1", "description": "", "main": "index.js", "scripts": { "prepare": "husky install" }, "keywords": [], "author": "", "license": "APACHE-2.0", "devDependencies": { "@commitlint/cli": "^16.2.1", "@commitlint/config-conventional": "^16.2.1", "husky": "^7.0.0" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ], "rules": { "type-enum": [ 2, "always", [ "feat", "fix", "docs", "style", "refactor", "perf", "test", "workflow", "build", "ci", "chore", "types", "revert", "wip", "release" ] ] } } }