/
githubmirror
/
husky
Обзор
Документация
Войти
/
githubmirror
/
husky
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v9.0.7
package.json
25 строк
438 B
typicode
chrore: bump version
29 янв 2024, 16:53
Не верифицирован
29 янв 2024, 16:53
9e08ef0
Код
Авторство
О чём код?
{ "name": "husky", "version": "9.0.7", "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", "type": "module", "bin": { "husky": "bin.js" }, "exports": "./index.js", "engines": { "node": ">=18" } }