{
  "name": "mcp-invest-assistant",
  "version": "1.1.1",
  "description": "MCP投资助手服务器",
  "main": "dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "mcp-invest-assistant": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsc --watch & nodemon dist/index.js",
    "clean": "rimraf dist",
    "prebuild": "npm run clean"
  },
  "keywords": [
    "model-context-protocol",
    "lixingren",
    "mcp",
    "invest",
    "assistant",
    "cursor",
    "lxr",
    "mcp-invest-assistant",
    "mcp-invest-assistant-server",
    "etf"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "axios": "^1.9.0",
    "dayjs": "^1.11.13",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21",
    "mathjs": "^14.5.0",
    "os": "^0.1.2",
    "winston": "^3.17.0",
    "zod": "^3.25.30"
  },
  "devDependencies": {
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^20.11.25",
    "nodemon": "^3.1.10",
    "rimraf": "^5.0.10",
    "typescript": "^5.3.3"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/haohongyang1/mcp-invest-assistant"
  },
  "bugs": {
    "url": "https://github.com/haohongyang1/mcp-invest-assistant/issues"
  },
  "homepage": "https://github.com/haohongyang1/mcp-invest-assistant"
}
