{
  "name": "@manamurah/mcp-server",
  "version": "1.0.1",
  "description": "MCP Server for ManaMurah Data API - Malaysian price data integration for Claude Desktop and AI tools",
  "main": "dist/mcp-server-claude.js",
  "bin": {
    "manamurah-mcp": "dist/mcp-server-claude.js"
  },
  "scripts": {
    "dev": "wrangler dev",
    "deploy": "wrangler deploy", 
    "build": "mkdir -p dist && cp src/mcp-server-claude.js dist/",
    "prepublishOnly": "npm run build",
    "type-check": "tsc --noEmit",
    "lint": "eslint src --ext .ts,.tsx",
    "test": "vitest"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "malaysian-prices",
    "kpdn",
    "price-data",
    "claude-desktop",
    "ai-tools",
    "cloudflare-workers"
  ],
  "author": "ManaMurah Data API",
  "license": "MIT",
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
  },
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20241022.0",
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^8.33.0",
    "@typescript-eslint/parser": "^8.33.0",
    "eslint": "^9.0.0",
    "typescript": "^5.0.0",
    "vitest": "^1.0.0",
    "wrangler": "^3.78.12"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/manamurah/mcp-server"
  },
  "bugs": {
    "url": "https://github.com/manamurah/mcp-server/issues"
  },
  "homepage": "https://api.manamurah.com"
}