{
  "name": "my-stock-mcp-server",
  "version": "1.0.1",
  "description": "MCP Server for stock price data",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "my-stock-mcp-server": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "prepare": "npm run build"
  },
  "keywords": [
    "mcp",
    "stock",
    "finance"
  ],
  "author": "Tom Slattery",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "axios": "^1.9.0"
  },
  "devDependencies": {
    "@types/node": "^20.17.50",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3"
  },
  "files": [
    "dist/**/*"
  ]
}
