{
  "name": "@cad0p/pi-steering-commit-format",
  "version": "0.1.0",
  "private": false,
  "description": "Commit-message format validation predicates for pi-steering. Bundled formats: Conventional Commits 1.0.0 (Angular preset type allowlist), bracketed JIRA-style ticket references. Extensible via `commitFormatFactory`.",
  "keywords": [
    "pi-package",
    "pi-steering-package",
    "guardrails",
    "safety",
    "commit",
    "conventional-commits",
    "jira"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cad0p/pi-steering-commit-format.git"
  },
  "license": "MIT",
  "scripts": {
    "clean": "rm -rf dist tsconfig.build.tsbuildinfo",
    "build": "tsc -p tsconfig.build.json",
    "prepare": "pnpm build",
    "test": "node --test --experimental-strip-types 'src/**/*.test.ts'",
    "typecheck": "tsc --noEmit",
    "lint": "biome check src/",
    "lint:fix": "biome check --write src/"
  },
  "peerDependencies": {
    "@cad0p/pi-steering": "^0.1.0"
  },
  "devDependencies": {
    "@cad0p/pi-steering": "^0.1.0",
    "typescript": "^5.4.5",
    "@biomejs/biome": "^2.3.14",
    "@types/node": "^20.19.39"
  },
  "publishConfig": {
    "access": "public"
  },
  "@cad0p/pi-steering": "@cad0p/pi-steering:^0.1.0"
}
