{
  "name": "@neetigyashah/apimemcp",
  "version": "1.0.1",
  "description": "MCP server implementing a compiler pattern for deterministic web scraping and data extraction",
  "type": "module",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "apimemcp": "dist/index.js"
  },
  "files": [
    "dist/**/*.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NeetigyaShah/APImeMCP.git"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "vitest run",
    "prepublishOnly": "npm run build",
    "postinstall": "playwright install chromium || true"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "express": "^5.2.1",
    "node-cron": "^4.6.0",
    "playwright": "^1.55.0",
    "playwright-extra": "^4.3.6",
    "puppeteer-extra-plugin-stealth": "^2.11.2",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/express": "^5.0.6",
    "@types/node": "^20.19.0",
    "@types/node-cron": "^3.0.11",
    "typescript": "^5.7.0",
    "vitest": "^2.1.0"
  }
}
