/
githubmirror
/
husky
Обзор
Документация
Войти
/
githubmirror
/
husky
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
25 строк
438 B
typicode
9.1.7
18 ноя 2024, 18:27
18 ноя 2024, 18:27
799e84b
Код
Авторство
О чём код?
{ "name": "husky", "version": "9.1.7", "type": "module", "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.js" }, "exports": "./index.js", "engines": { "node": ">=18" } }