{
  "name": "@weilei_kyle/public-apis-mcp",
  "version": "1.0.1",
  "description": "MCP server for accessing public APIs",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "public-apis-mcp": "dist/index.js"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx watch src/index.ts",
    "test": "jest",
    "prepublishOnly": "npm run build",
    "release": "npm publish --access public",
    "release:patch": "npm version patch && npm run release",
    "release:minor": "npm version minor && npm run release",
    "release:major": "npm version major && npm run release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/worryzyy/public-apis-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/worryzyy/public-apis-mcp/issues"
  },
  "homepage": "https://github.com/worryzyy/public-apis-mcp#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "axios": "^1.6.0",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.3.0",
    "jest": "^29.7.0",
    "@types/jest": "^29.5.0"
  },
  "keywords": [
    "mcp",
    "api",
    "server",
    "public-apis",
    "model-context-protocol",
    "ai-tools",
    "api-discovery",
    "typescript"
  ],
  "author": "Weilei",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  }
}
