{
  "name": "@aefree/pi-unity-docs",
  "version": "0.6.2",
  "type": "module",
  "description": "Pi tools and skills for fast, token-efficient retrieval from local Unity documentation.",
  "keywords": [
    "pi-package",
    "unity",
    "documentation"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aefreedman/pi-unity-docs.git"
  },
  "homepage": "https://github.com/aefreedman/pi-unity-docs#readme",
  "bugs": {
    "url": "https://github.com/aefreedman/pi-unity-docs/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "index.ts",
    "scripts/python-selector.mjs",
    "scripts/supervised-process.mjs",
    "scripts/unity_docs_db.py",
    "skills/"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "scripts": {
    "test": "node tests/run-tests.mjs"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.86.1",
    "@earendil-works/pi-tui": "0.86.1",
    "typebox": "1.3.27"
  }
}
