Files
at-mintel/packages/husky-config/package.json
Marc Mintel 8ca7eb3f49
Some checks failed
Monorepo Pipeline / ⚡ Prioritize Release (push) Successful in 1s
Monorepo Pipeline / 🧪 Test (push) Successful in 59s
Monorepo Pipeline / 🧹 Lint (push) Successful in 3m33s
Monorepo Pipeline / 🏗️ Build (push) Successful in 2m4s
Monorepo Pipeline / 🐳 Build Image Processor (push) Failing after 24s
Monorepo Pipeline / 🐳 Build Gatekeeper (Product) (push) Failing after 37s
Monorepo Pipeline / 🐳 Build Production Runtime (push) Failing after 14s
Monorepo Pipeline / 🐳 Build Build-Base (push) Successful in 41s
Monorepo Pipeline / 🚀 Release (push) Successful in 1m41s
chore: release v1.9.5
2026-02-27 22:27:30 +01:00

23 lines
523 B
JSON

{
"name": "@mintel/husky-config",
"version": "1.9.5",
"publishConfig": {
"access": "public",
"registry": "https://git.infra.mintel.me/api/packages/mmintel/npm"
},
"type": "module",
"main": "index.js",
"exports": {
".": "./index.js",
"./commitlint": "./commitlint.js",
"./lint-staged": "./lint-staged.js"
},
"dependencies": {
"@commitlint/config-conventional": "^20.4.0"
},
"repository": {
"type": "git",
"url": "https://git.infra.mintel.me/mmintel/at-mintel.git"
}
}