{
  "name": "pi-aiand",
  "version": "1.0.1",
  "description": "ai& inference provider for pi coding agent",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "aiand",
    "llm-provider"
  ],
  "homepage": "https://aiand.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pghqdev/pi-aiand.git"
  },
  "license": "MIT",
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  }
}
