UNPKG

hookem

Version:

`hookem` turns simple simple CLI commands into git hooks. It's similar to Husky version 4, but even more minimal.

47 lines (46 loc) 1.03 kB
{ "name": "hookem", "version": "3.0.4", "main": "lib.js", "type": "module", "repository": { "directory": "packages/hooks", "type": "git", "url": "https://github.com/4Catalyzer/cli.git" }, "bin": { "hookem": "cli.js" }, "author": "4Catalyzer", "license": "MIT", "scripts": { "tdd": "jest --watch", "install": "node cli install", "preuninstall": "node cli uninstall", "prepublishOnly": "pinst --enable", "postpublish": "pinst --disable", "test": "jest" }, "publishConfig": { "access": "public" }, "jest": { "preset": "@4c/jest-preset", "testEnvironment": "node" }, "devDependencies": { "@4c/cli": "^4.0.4", "@4c/jest-preset": "^1.7.0", "@4c/prettier-config": "^1.1.0", "jest": "^27.5.1", "pinst": "^2.1.6" }, "dependencies": { "@4c/cli-core": "^4.0.0", "find-up": "^6.2.0", "has-yarn": "^3.0.0", "read-pkg-up": "^9.0.0", "yargs": "^17.3.0" }, "gitHead": "9204cc95ac75b0606d92c2de98fa787ce4b200ad" }