{
  "name": "@nic0xflamel/lunarcrush-mcp-server",
  "keywords": [
    "lunarcrush",
    "api",
    "mcp",
    "server",
    "crypto",
    "social",
    "sentiment",
    "modelcontextprotocol"
  ],
  "version": "0.1.2",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": "./bin/src/index.js"
  },
  "types": "./bin/src/index.d.ts",
  "scripts": {
    "build": "tsc --build && chmod +x scripts/cli.cjs",
    "dev": "tsx watch scripts/start-server.ts",
    "test": "jest",
    "start": "node ./bin/scripts/start-server.js",
    "watch": "tsc --build --watch"
  },
  "bin": {
    "lunarcrush-mcp-server": "scripts/cli.cjs"
  },
  "files": [
    "bin/",
    "specs/",
    "scripts/cli.cjs",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.8.0",
    "axios": "^1.8.4",
    "express": "^4.21.2",
    "form-data": "^4.0.1",
    "mustache": "^4.2.0",
    "openapi-client-axios": "^7.5.5",
    "openapi-schema-validator": "^12.1.3",
    "openapi-types": "^12.1.3",
    "which": "^5.0.0",
    "zod": "3.24.1"
  },
  "devDependencies": {
    "@anthropic-ai/sdk": "^0.33.1",
    "@types/express": "^5.0.0",
    "@types/js-yaml": "^4.0.9",
    "@types/json-schema": "^7.0.15",
    "@types/mustache": "^4.2.5",
    "@types/node": "^20.17.16",
    "@types/which": "^3.0.4",
    "@vitest/coverage-v8": "3.1.1",
    "esbuild": "^0.25.2",
    "multer": "1.4.5-lts.1",
    "openai": "^4.91.1",
    "tsx": "^4.19.3",
    "typescript": "^5.4.5",
    "vitest": "^3.1.1"
  },
  "description": "MCP server for the LunarCrush API (Enterprise)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nic0flamel/notion-automation.git",
    "directory": "lunarcrush-mcp-server"
  },
  "author": "Nic Flamel",
  "bugs": {
    "url": "https://github.com/nic0flamel/notion-automation/issues"
  },
  "homepage": "https://github.com/nic0flamel/notion-automation/tree/main/lunarcrush-mcp-server#readme",
  "volta": {
    "node": "20.11.0"
  }
}
