UNPKG

@nozomiishii/lefthook-config

Version:
60 lines 1.36 kB
{ "name": "@nozomiishii/lefthook-config", "version": "1.4.0", "description": "Nozomi's Recommended lefthook config", "keywords": [ "lefthook", "githooks", "config" ], "homepage": "https://github.com/nozomiishii/configs/blob/main/packages/lefthook-config/README.md", "repository": { "type": "git", "url": "https://github.com/nozomiishii/configs.git", "directory": "packages/lefthook-config" }, "license": "MIT", "author": "Nozomi Ishii", "type": "module", "exports": { ".": "./recommended.yaml", "./init": "./dist/init/index.js" }, "main": "recommended.yaml", "bin": { "nozo-git-harvest": "./bin/nozo-git-harvest.js", "nozo-lefthook-init": "./bin/nozo-lefthook-init.js" }, "files": [ "bin", "dist", "hooks", "recommended.yaml", "starter.yaml", "README.md" ], "dependencies": { "git-harvest": "0.2.2" }, "devDependencies": { "@types/node": "24.12.2", "lefthook": "2.1.8", "tsdown": "0.22.1", "typescript": "6.0.3", "vitest": "4.1.7", "@nozomiishii/tsconfig": "1.4.0" }, "peerDependencies": { "lefthook": "2.1.8" }, "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build": "tsdown", "dev": "tsdown --watch --sourcemap", "test": "vitest run", "tsc": "tsc" } }