{
  "name": "@raoxxxwq/pi-codex-fast",
  "version": "1.1.1",
  "description": "Configurable Fast Mode toggle for OpenAI Responses and Codex models in pi.",
  "keywords": [
    "codex",
    "extension",
    "fast-mode",
    "openai",
    "pi",
    "pi-coding-agent",
    "pi-package"
  ],
  "homepage": "https://github.com/MuJianxuan/pi-codex-fast#readme",
  "bugs": {
    "url": "https://github.com/MuJianxuan/pi-codex-fast/issues"
  },
  "license": "MIT",
  "author": "rao",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MuJianxuan/pi-codex-fast.git"
  },
  "files": [
    "src/index.ts",
    "src/utils.ts",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:pi": "T=$(mktemp -d) && PI_CODING_AGENT_DIR=\"$T\" pi --list-models -e ./ >/dev/null && test -f \"$T/extensions/pi-codex-fast.json\"",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "fmt": "oxfmt",
    "fmt:check": "oxfmt --check",
    "typecheck": "tsc --noEmit",
    "check:import": "bun -e \"import('./src/index.ts')\"",
    "pack:check": "npm pack --dry-run --json",
    "verify": "npm run fmt:check && npm run lint && npm run typecheck && npm run test && npm run check:import && npm run test:pi && npm run pack:check",
    "prepublishOnly": "npm run verify"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.82.1",
    "@earendil-works/pi-coding-agent": "^0.82.1",
    "@earendil-works/pi-tui": "^0.82.1",
    "@types/node": "^25.6.0",
    "oxfmt": "^0.47.0",
    "oxlint": "^1.62.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.5"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=24"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  }
}
