{
  "name": "@ayuanaa/pi-provider-stepfun-cn",
  "version": "0.1.0-beta.1",
  "description": "StepFun China Step Plan provider extension for Pi Coding Agent",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "provider",
    "stepfun",
    "stepfun-cn",
    "step-plan",
    "china",
    "openai-compatible"
  ],
  "files": [
    "extensions",
    "tests",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md"
  ],
  "pi": {
    "extensions": [
      "./extensions/stepfun-cn.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CiaoBye/pi-provider-stepfun-cn.git"
  },
  "bugs": {
    "url": "https://github.com/CiaoBye/pi-provider-stepfun-cn/issues"
  },
  "homepage": "https://github.com/CiaoBye/pi-provider-stepfun-cn#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "check:shell": "bash -n tests/*.sh",
    "pack:check": "npm pack --dry-run"
  },
  "engines": {
    "node": ">=22.19.0"
  }
}
