{
  "name": "taobao-mcp-demo",
  "version": "1.0.8",
  "description": "淘宝MCP演示服务器 - 提供基础工具和资源",
  "type": "module",
  "main": "server.js",
  "bin": {
    "taobao-mcp": "./server.js"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "taobao",
    "demo",
    "tools",
    "resources"
  ],
  "author": "Your Name",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/taobao-mcp-demo.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/taobao-mcp-demo/issues"
  },
  "homepage": "https://github.com/yourusername/taobao-mcp-demo#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "start": "node server.js",
    "test": "node test-client.js",
    "dev": "node --watch server.js",
    "publish:quick": "node scripts/quick-publish.js",
    "publish:interactive": "node scripts/interactive-publish.js",
    "publish:full": "node scripts/publish.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "child_process": "^1.0.2"
  },
  "files": [
    "server.js",
    "tools/",
    "resources/",
    "README.md",
    "LICENSE"
  ]
}
