{
  "name": "opencode-impm-cn",
  "version": "0.8.10",
  "description": "我是项目经理（AI项目经理）OpenCode 插件 - 中文版工程化全流程开发套件（agents + commands + skills + 工具链）",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build",
    "install:plugin": "node scripts/install.mjs",
    "uninstall:plugin": "node scripts/uninstall.mjs",
    "postinstall": "node scripts/install.mjs"
  },
  "keywords": [
    "opencode-plugin",
    "opencode",
    "impm",
    "project-manager",
    "ai-project-manager",
    "tdd"
  ],
  "author": "jenemy8023 <jenemy8023@163.com>",
  "license": "Apache-2.0",
  "files": [
    "dist/",
    "assets/",
    "scripts/install.mjs",
    "scripts/uninstall.mjs",
    "scripts/install.ps1",
    "scripts/uninstall.ps1",
    "scripts/agent-models.json"
  ],
  "devDependencies": {
    "typescript": "^5.7.0",
    "@types/node": "^22.0.0"
  },
  "engines": {
    "node": ">=22.5.0"
  }
}
