{
  "name": "@philvr/pi-model-info",
  "version": "0.1.0",
  "description": "A Pi extension that reports the active model and thinking level.",
  "keywords": [
    "model",
    "pi",
    "pi-extension",
    "pi-package",
    "thinking"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/FIL1994/pi-model-info.git"
  },
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "format": "oxfmt --write .",
    "format:check": "oxfmt --check .",
    "lint": "oxlint .",
    "lint:fix": "oxlint --fix .",
    "pack:check": "npm pack --dry-run",
    "prepare": "lefthook install",
    "test:runtime": "node --experimental-strip-types --test test/model-info.test.mjs",
    "test": "npm run check && npm run format:check && npm run lint && npm run test:runtime && npm run pack:check",
    "prepublishOnly": "npm test"
  },
  "devDependencies": {
    "@commitlint/cli": "21.2.1",
    "@commitlint/config-conventional": "21.2.0",
    "@earendil-works/pi-coding-agent": "0.80.5",
    "lefthook": "2.1.10",
    "oxfmt": "0.58.0",
    "oxlint": "1.73.0",
    "typebox": "1.1.38",
    "typescript": "7.0.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "pi": {
    "extensions": [
      "./extensions/model-info.ts"
    ]
  }
}
