{
  "name": "pi-plate",
  "version": "0.1.1",
  "description": "A pi extension that gives models a surface to stand on: ground truth about the machine, the clock, the repo, and how pi's bash tool actually behaves -- seen by the model, not the TUI.",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "grounding",
    "context",
    "local-models",
    "llama-cpp"
  ],
  "license": "MIT",
  "author": "Joe Matthews",
  "type": "module",
  "main": "./index.ts",
  "files": [
    "index.ts",
    "debug.ts",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "spell": "cspell --no-progress \"**/*\"",
    "test": "vitest run",
    "test:watch": "vitest",
    "coverage": "vitest run --coverage",
    "check": "npm run typecheck && npm run lint && npm run format:check && npm run spell && npm run test"
  },
  "lint-staged": {
    "*.{ts,mjs,cjs,js}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{json,jsonc,md,yml,yaml}": [
      "prettier --write"
    ]
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.81.1",
    "@eslint/js": "^10.0.1",
    "@eslint/markdown": "^8.0.3",
    "@vitest/coverage-v8": "^4.1.10",
    "cspell": "^10.0.1",
    "eslint": "^10.7.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-repertoire": "^0.1.0",
    "husky": "^9.1.7",
    "jsonc-eslint-parser": "^3.1.0",
    "lint-staged": "^17.0.8",
    "prettier": "^3.9.5",
    "tsx": "^4.23.1",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.64.0",
    "vitest": "^4.1.10",
    "yaml-eslint-parser": "^2.1.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/joematthews/pi-plate/main/illustration.jpg"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joematthews/pi-plate.git"
  },
  "homepage": "https://github.com/joematthews/pi-plate#readme",
  "bugs": {
    "url": "https://github.com/joematthews/pi-plate/issues"
  }
}
