{
  "name": "@ai-partner/ai-partner-prd",
  "version": "0.1.5",
  "description": "PRD MCP Server for Cursor - 为 Cursor 终端大模型提供 PRD 相关提示词的 MCP Server",
  "main": "server.js",
  "bin": {
    "ai-partner-prd": "server.js"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "prd",
    "cursor",
    "ai",
    "prompt",
    "documentation"
  ],
  "author": "AI Partner Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ai-partner/ai-partner-mcp-prd.git"
  },
  "bugs": {
    "url": "https://github.com/ai-partner/ai-partner-mcp-prd/issues"
  },
  "homepage": "https://github.com/ai-partner/ai-partner-mcp-prd#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "start": "node server.js",
    "dev": "nodemon server.js",
    "test": "echo \"No tests specified, skipping test phase\" && exit 0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.4.0",
    "axios": "^1.6.0"
  },
  "devDependencies": {
    "nodemon": "^3.0.0"
  },
  "type": "module",
  "files": [
    "server.js",
    "server-simple.js",
    "mcp-server.json",
    "README.md"
  ]
}
