/
githubmirror
/
husky
Обзор
Документация
Войти
/
githubmirror
/
husky
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v9.0.11
package.json
24 строки
422 B
typicode
9.0.11
14 фев 2024, 01:58
14 фев 2024, 01:58
a9c6584
Код
Авторство
О чём код?
{ "name": "husky", "version": "9.0.11", "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" } }