{
  "name": "stock-mcp",
  "version": "1.0.1",
  "description": "MCP server for Alpha Vantage stock market data",
  "main": "dist/index.js",
  "bin": {
    "stock-mcp": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git@github.com:qubaomingg/stock-analysis-mcp.git"
  },
  "scripts": {
    "build": "tsc && shx chmod +x dist/*.js",
    "start": "node dist/index.js",
    "dev": "ts-node --esm src/index.ts",
    "dev:inspector": "MCP_INSPECTOR=1 ts-node --esm src/index.ts",
    "inspector": "mcp-inspector",
    "test": "node dist/test.js"
  },
  "keywords": [
    "mcp",
    "stock",
    "alpha-vantage"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.6.1",
    "@modelcontextprotocol/server-brave-search": "^0.6.2",
    "axios": "^1.8.1",
    "dotenv": "^16.4.7",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/node": "^22.13.8",
    "shx": "^0.3.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.2"
  }
}
