{
  "name": "bmad-research-framework",
  "version": "1.1.0",
  "description": "🧪 通用科研智能体框架 - 适用于任意学科领域的AI辅助研究系统（增强版：8个中间任务 + 5个专业检查清单 + 3个结构化模板）",
  "keywords": [
    "research",
    "academic",
    "ai",
    "agents",
    "framework",
    "literature-review",
    "grant-application",
    "peer-review",
    "scientific-research",
    "bmad-extension",
    "automation"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/The-D66/bmad-research-framework.git"
  },
  "homepage": "https://github.com/The-D66/bmad-research-framework#readme",
  "bugs": {
    "url": "https://github.com/The-D66/bmad-research-framework/issues"
  },
  "license": "MIT",
  "author": "The-D66",
  "main": "index.js",
  "files": [
    "bmad-research-framework/**/*",
    "index.js",
    "LICENSE",
    "README.md",
    "INSTALL.md"
  ],
  "engines": {
    "node": ">=20.10.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "bmad-method": "^4.0.0"
  },
  "devDependencies": {}
}
