{
  "name": "@manhq/localmcp",
  "version": "1.0.13",
  "description": "Local HTTP MCP server for Figma, Atlassian, and Google Chat with a single CLI.",
  "type": "module",
  "license": "UNLICENSED",
  "homepage": "https://github.com/manhq/local-mcp",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "figma",
    "atlassian",
    "jira",
    "confluence",
    "google-chat"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "bin",
    "dist",
    "docs",
    "README.md",
    "README.vi.md"
  ],
  "bin": {
    "localmcp": "bin/localmcp.js"
  },
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc",
    "start": "node dist/index.js",
    "inspect": "npx @modelcontextprotocol/inspector --config mcp.json",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "axios": "^1.7.9",
    "dotenv": "^16.4.7",
    "express": "^4.21.2",
    "zod": "^3.24.2",
    "zod-to-json-schema": "^3.25.2"
  },
  "devDependencies": {
    "@types/express": "^5.0.0",
    "@types/node": "^22.10.7",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3"
  }
}
