{
  "name": "@erclx/aitk",
  "type": "module",
  "version": "3.57.0",
  "description": "Infrastructure and quality tooling for developer workflows",
  "license": "MIT",
  "bin": {
    "aitk": "./src/cli.ts"
  },
  "files": [
    "src",
    "scripts",
    "standards",
    "snippets",
    "governance",
    "tooling",
    "claude",
    "docs",
    "tsconfig.json",
    "!scripts/sandbox",
    "!scripts/eval",
    "!src/capture",
    "!**/*.test.ts"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "check:spell": "cspell '**' '.*/**' '.*' --no-progress --color --show-context",
    "format": "prettier --write --log-level warn --ignore-path .gitignore --ignore-path .prettierignore . && shfmt --write --indent 2 scripts/ tooling/ claude/",
    "check:format": "prettier --check --log-level warn --ignore-path .gitignore --ignore-path .prettierignore . && shfmt --diff --indent 2 scripts/ tooling/ claude/",
    "check:shell": "find scripts tooling claude .claude/hooks -name '*.sh' -exec shellcheck --severity=warning {} +",
    "check:types": "tsc --noEmit",
    "check:install": "./scripts/core/install-check.sh",
    "test": "bun --bun vitest run",
    "prepare": "husky",
    "check": "bun src/cli.ts gate run",
    "check:ci": "bun src/cli.ts gate run --all --no-write",
    "update": "./scripts/core/update.sh",
    "clean": "./scripts/core/clean.sh",
    "snapshot": "./scripts/core/snapshot.sh",
    "bootstrap": "./scripts/core/bootstrap.sh",
    "aitk:sandbox": "aitk sandbox",
    "aitk:sandbox:reset": "aitk sandbox reset"
  },
  "dependencies": {
    "commander": "^13.1.0",
    "execa": "^9.5.2",
    "playwright-core": "1.59.1",
    "pptxgenjs": "^4.0.1"
  },
  "devDependencies": {
    "@astrojs/check": "^0.9.8",
    "@astrojs/react": "^5.0.4",
    "@commitlint/cli": "^20.4.1",
    "@commitlint/config-conventional": "^20.4.1",
    "@playwright/test": "1.59.1",
    "@tailwindcss/vite": "^4.2.4",
    "@testing-library/jest-dom": "^6.9.1",
    "@types/bun": "^1.2.10",
    "astro": "^6.1.9",
    "cspell": "^8.17.1",
    "husky": "^9.1.7",
    "prettier": "^3.8.1",
    "prettier-plugin-tailwindcss": "^0.7.2",
    "typescript": "^5.9.3",
    "vitest": "^4.1.5"
  }
}
