{
  "name": "pi-devin",
  "version": "0.2.0",
  "description": "Pi provider for Devin Local models. Auth and catalog come from the local Devin CLI; Pi stays the harness.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "devin",
    "cognition",
    "custom-provider"
  ],
  "author": "Kashyab Ambarani",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kashyab12/pi-devin.git"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "files": [
    "extensions/",
    "src/",
    "README.md",
    "AGENTS.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "tsx --test test/*.test.mjs",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.86.0",
    "@earendil-works/pi-coding-agent": ">=0.86.0"
  },
  "devDependencies": {
    "@types/node": "^24.13.3",
    "tsx": "^4.23.15",
    "typescript": "^5.9.2"
  },
  "engines": {
    "node": ">=22.19.0"
  }
}
