{
  "name": "uservoice-mcp",
  "version": "1.2.0",
  "description": "Model Context Protocol (MCP) server for UserVoice feedback and suggestion management",
  "main": "build/index.js",
  "type": "module",
  "bin": {
    "uservoice-mcp": "build/index.js"
  },
  "scripts": {
    "build": "mkdir -p build && cp src/*.js build/ && npx terser build/index.js --compress --mangle --keep-fnames --output build/index.js.min && mv build/index.js.min build/index.js && chmod 755 build/index.js",
    "build:dev": "mkdir -p build && cp src/*.js build/ && chmod 755 build/index.js",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "build",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "mcp",
    "model-context-protocol",
    "uservoice",
    "feedback",
    "suggestions",
    "api",
    "claude",
    "cursor",
    "ai-assistant"
  ],
  "author": "Chris Johnson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cjohnson/uservoice-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/cjohnson/uservoice-mcp/issues"
  },
  "homepage": "https://github.com/cjohnson/uservoice-mcp#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "zod": "^3.25.46"
  },
  "devDependencies": {
    "terser": "^5.40.0"
  }
}
