{
  "name": "@openbnb/mcp-server-airbnb",
  "version": "0.3.0",
  "description": "MCP server for Airbnb search and listing details",
  "license": "MIT",
  "type": "module",
  "author": "OpenBnB (https://openbnb.org)",
  "keywords": [
    "airbnb",
    "vacation rental",
    "travel"
  ],
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "mcp-server-airbnb": "dist/index.js"
  },
  "files": [
    "dist",
    "sync-version.js",
    "!dist/*.mcpb"
  ],
  "scripts": {
    "build": "node sync-version.js && tsc && shx chmod +x dist/*.js",
    "pack": "npm run build && npx @anthropic-ai/mcpb pack . dist/mcp-server-airbnb.mcpb",
    "prepare": "npm run build",
    "version": "node sync-version.js && git add manifest.json",
    "pretest": "npm run build",
    "test": "node test-extension.js && node test-amenities.js",
    "watch": "tsc --watch",
    "sync-version": "node sync-version.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.1",
    "cheerio": "^1.0.0",
    "node-fetch": "^3.3.2",
    "robots-parser": "^3.0.1"
  },
  "devDependencies": {
    "@types/node": "^22.13.9",
    "@types/node-fetch": "^2.6.12",
    "shx": "^0.3.4",
    "typescript": "^5.8.2"
  }
}
