{
  "name": "pi-qoder-provider",
  "version": "0.2.2",
  "description": "Pi extension for Qoder AI — with OAuth authentication, COSY signatures and WAF bypass",
  "type": "module",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi",
    "qoder",
    "ai",
    "provider"
  ],
  "files": [
    "dist",
    "README.md",
    "src/cosy.ts",
    "src/index.ts",
    "src/login.ts",
    "src/models.ts",
    "src/oauth.ts",
    "src/pat.ts",
    "src/qoder-encoding.ts",
    "src/stream.ts",
    "src/thinking-parser.ts",
    "src/transform.ts",
    "src/usage.ts"
  ],
  "scripts": {
    "build": "node scripts/build.mjs",
    "check": "node node_modules/typescript/bin/tsc --noEmit",
    "lint": "node node_modules/@biomejs/biome/bin/biome check .",
    "lint:fix": "node node_modules/@biomejs/biome/bin/biome check --write .",
    "format": "node node_modules/@biomejs/biome/bin/biome format --write .",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepare": "npm run build",
    "prepublishOnly": "npm run check && npm run build"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.2",
    "@earendil-works/pi-ai": "^0.80.2",
    "@earendil-works/pi-coding-agent": "^0.80.2",
    "esbuild": "^0.28.1",
    "typescript": "^5.7.0",
    "vitest": "^4.1.9"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/minglu6/pi-provider-qoder.git"
  },
  "bugs": {
    "url": "https://github.com/minglu6/pi-provider-qoder/issues"
  },
  "homepage": "https://github.com/minglu6/pi-provider-qoder#readme"
}
