{
  "name": "pi-codex-app-server",
  "version": "0.1.1",
  "description": "Expose Pi Coding Agent through the Codex App Server and ChatGPT Remote protocols.",
  "keywords": [
    "app-server",
    "chatgpt-remote",
    "codex",
    "pi-coding-agent",
    "pi-package"
  ],
  "homepage": "https://github.com/Lqm1/pi-codex-app-server#readme",
  "bugs": {
    "url": "https://github.com/Lqm1/pi-codex-app-server/issues"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lqm1/pi-codex-app-server.git"
  },
  "bin": {
    "pi-codex-app-server": "./dist/cli.js"
  },
  "files": [
    "dist",
    "drizzle",
    "src",
    "vendor/openai-codex-app-server-protocol",
    "README.md",
    "CONTEXT.md"
  ],
  "type": "module",
  "module": "./dist/index.js",
  "types": "./src/index.ts",
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "import": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "bun run ./scripts/build.ts",
    "check": "ultracite check",
    "db:generate": "drizzle-kit generate --output json",
    "fix": "ultracite fix",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "bun run build"
  },
  "dependencies": {
    "@earendil-works/pi-ai": "^0.84.2",
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "@earendil-works/pi-tui": "^0.84.2",
    "@logtape/logtape": "^2.3.2",
    "@logtape/redaction": "^2.3.2",
    "ajv": "^8.17.1",
    "commander": "^15.0.0",
    "drizzle-orm": "1.0.0-rc.4",
    "es-toolkit": "^1.39.10",
    "json-rpc-2.0": "^1.7.1",
    "qrcode": "^1.5.4",
    "ws": "^8.18.3",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/bun": "^1.2.21",
    "@types/node": "^24.3.0",
    "@types/qrcode": "^1.5.6",
    "@types/ws": "^8.18.1",
    "drizzle-kit": "1.0.0-rc.4",
    "husky": "^9.1.7",
    "json-schema-faker": "^0.6.3",
    "lint-staged": "^17.3.0",
    "oxfmt": "^0.64.0",
    "oxlint": "^1.79.0",
    "typescript": "^5.9.2",
    "ultracite": "7.10.6",
    "vitest": "^4.1.6"
  },
  "engines": {
    "node": ">=22.5.0"
  },
  "pi": {
    "extensions": [
      "./dist/extension/index.js"
    ]
  }
}
