/
githubmirror
/
husky
Обзор
Документация
Войти
/
githubmirror
/
husky
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v9.0.4
package.json
25 строк
438 B
typicode
9.0.4
25 янв 2024, 17:27
25 янв 2024, 17:27
1e57dc9
Код
Авторство
О чём код?
{ "name": "husky", "version": "9.0.4", "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" } }