{
  "name": "@priders/cwindsurf",
  "version": "0.2.0",
  "description": "Windsurf/Devin BYOK integration with multi-provider routing, native model selection, tools and usage analytics",
  "keywords": [
    "windsurf",
    "devin",
    "byok",
    "llm",
    "ollama",
    "openai",
    "anthropic",
    "gemini"
  ],
  "type": "module",
  "bin": {
    "cwindsurf": "./dist/cli.js"
  },
  "files": [
    "dist/",
    "vsix/",
    "THIRD_PARTY_NOTICES.txt"
  ],
  "license": "UNLICENSED",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "preinstall": "node -e \"const m=Number(process.versions.node.split('.')[0]);if(!Number.isInteger(m)||m<18){console.error('\\n安装 @priders/cwindsurf 需要 Node.js 18 或更高版本，当前版本：'+process.version+'。\\n请升级 Node.js 后重试。\\n');process.exit(1)}\""
  }
}
