{
  "name": "@hayashiii/shimon",
  "version": "0.3.1",
  "description": "Project-defined UI quality checks and evidence for coding agents.",
  "keywords": [
    "accessibility",
    "pi-package",
    "playwright",
    "visual-testing"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hayashiii-ghub/shimon.git"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "bin": {
    "shimon": "dist/cli.js"
  },
  "files": [
    "dist",
    "extensions",
    "src",
    "README.md",
    "SKILL.md"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "bun build src/bin.ts --target=node --format=esm --outfile=dist/cli.js --banner=\"#!/usr/bin/env node\" --external playwright",
    "check:package": "bun scripts/check-package.ts",
    "check:reload": "bun scripts/check-config-reload.ts",
    "prepack": "bun run build && bun run check:package && bun run check:reload",
    "test": "bun test --max-concurrency 1",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "axe-core": "^4.12.1",
    "playwright": "^1.59.1"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./extensions/pi/index.ts"
    ],
    "skills": [
      "./SKILL.md"
    ]
  },
  "devDependencies": {
    "@types/bun": "1.3.13",
    "typescript": "^5.9.3"
  }
}
