/
githubmirror
/
husky
Обзор
Документация
Войти
/
githubmirror
/
husky
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v9.0.9
package.json
24 строки
421 B
typicode
9.0.9
01 фев 2024, 17:41
01 фев 2024, 17:41
6219cac
Код
Авторство
О чём код?
{ "name": "husky", "version": "9.0.9", "description": "Modern native Git hooks", "keywords": [ "git", "hooks", "pre-commit" ], "repository": { "type": "git", "url": "git+https://github.com/typicode/husky.git" }, "funding": "https://github.com/sponsors/typicode", "license": "MIT", "author": "typicode", "bin": { "husky": "bin.mjs" }, "exports": "./index.mjs", "engines": { "node": ">=18" } }