{
  "name": "pi-meta-oauth",
  "version": "0.7.0",
  "description": "Meta Model API OAuth provider for pi",
  "keywords": [
    "pi-package",
    "meta",
    "muse-spark",
    "oauth",
    "provider"
  ],
  "license": "MIT",
  "type": "module",
  "files": [
    "LICENSE",
    "README.md",
    "extensions/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/BlockedPath/pi-meta-oauth"
  },
  "homepage": "https://github.com/BlockedPath/pi-meta-oauth#readme",
  "bugs": {
    "url": "https://github.com/BlockedPath/pi-meta-oauth/issues"
  },
  "pi": {
    "extensions": [
      "./extensions/meta.ts"
    ],
    "image": "https://raw.githubusercontent.com/BlockedPath/pi-meta-oauth/main/preview.png"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.83.0 <0.88.0",
    "@earendil-works/pi-coding-agent": ">=0.83.0 <0.88.0"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.87.1",
    "@earendil-works/pi-coding-agent": "0.87.1",
    "bun-types": "latest",
    "typescript": "^5.9.0"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "bun test"
  }
}
