{
  "name": "@liuyoshio/mcp-compass",
  "version": "1.0.7",
  "description": "MCP Discovery & Recommendation Service - Find the right MCP server for your needs",
  "main": "build/index.js",
  "type": "module",
  "bin": {
    "mcp-compass": "./build/index.js",
    "@liuyoshio/mcp-compass": "./build/index.js"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "ai",
    "discovery",
    "recommendation"
  ],
  "author": "Yoshio Liu",
  "license": "MIT",
  "dependencies": {
    "@liuyoshio/mcp-compass": "^1.0.7",
    "@modelcontextprotocol/sdk": "^1.0.3",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "typescript": "^5.7.2"
  },
  "files": [
    "build",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/liuyoshio/mcp-compass.git"
  },
  "bugs": {
    "url": "https://github.com/liuyoshio/mcp-compass/issues"
  },
  "homepage": "https://github.com/liuyoshio/mcp-compass#readme",
  "scripts": {
    "build": "tsc && chmod +x build/index.js"
  }
}