{
  "name": "@travisjbeck/ch-sh-mcp",
  "version": "1.0.3",
  "description": "MCP Server for cht.sh integration with Cursor",
  "main": "dist/index.js",
  "bin": {
    "ch-sh-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "ts-node src/index.ts",
    "test": "echo \"Manual testing with Cursor recommended. Start the server and query via @cht.sh Server tool.\" && exit 0",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/travisjbeck/ch-sh-mcp.git"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "cheatsheet",
    "cht.sh",
    "cursor",
    "ai",
    "reference",
    "documentation",
    "devtool"
  ],
  "author": "Travis Beck",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.11.4",
    "axios": "^1.6.8",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ]
}
