{
  "name": "pi-downshift",
  "version": "0.6.2",
  "description": "Start premium. Finish cheap. Downshift cuts long Pi Coding Agent session costs by switching from your premium model to an economy model when context gets expensive.",
  "type": "module",
  "main": "index.ts",
  "exports": {
    ".": "./index.ts"
  },
  "files": [
    "index.ts",
    "src/downshift.ts",
    "src/downshift-core.ts",
    "banner.jpg",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "model-switching",
    "context-window",
    "llm",
    "token-cost",
    "subagents"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/boadij/pi-downshift/main/banner.jpg"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "check": "npm run typecheck && npm test",
    "release:dry": "npm run check && npm pack --dry-run",
    "prepublishOnly": "npm run check",
    "release:as": "node scripts/release-as.mjs"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.6",
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "@types/node": "^25.9.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.8"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Jeffrey Boadi",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/boadij/pi-downshift.git"
  },
  "bugs": {
    "url": "https://github.com/boadij/pi-downshift/issues"
  },
  "homepage": "https://github.com/boadij/pi-downshift#readme"
}
