{
  "name": "@monitoro/herd",
  "version": "0.1.41",
  "description": "Automate your browser, build AI web tools and MCP servers with Monitoro Herd",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "bin": {
    "herd": "./dist/bin/cli.js"
  },
  "type": "module",
  "scripts": {
    "build": "tsc",
    "test": "jest --setupFiles dotenv/config",
    "prepublishOnly": "npm run build",
    "prepare": "npm run build"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "herd",
    "trails",
    "browser",
    "automation",
    "testing",
    "puppeteer",
    "playwright",
    "alternative",
    "browser-automation",
    "headless-browser",
    "testing-tools",
    "mcp",
    "modelcontextprotocol",
    "model-context-protocol",
    "ai"
  ],
  "author": {
    "name": "Monitoro Herd",
    "email": "support-npm@herd.garden",
    "url": "https://herd.garden"
  },
  "bugs": {
    "url": "https://herd.garden/docs/help"
  },
  "homepage": "https://herd.garden",
  "engines": {
    "node": ">=23.1.0"
  },
  "license": "SEE LICENSE IN LICENSE",
  "overrides": {
    "punycode": "2.3.1"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.6.1",
    "@types/express": "^5.0.0",
    "@types/promptly": "^3.0.5",
    "chokidar": "^4.0.3",
    "commander": "^13.1.0",
    "cors": "^2.8.5",
    "esbuild": "^0.20.1",
    "eventsource": "^2.0.2",
    "express": "^4.21.2",
    "handlebars": "^4.7.8",
    "jsdom": "^26.0.0",
    "nats": "^2.19.0",
    "node-fetch": "^2.7.0",
    "promptly": "^3.2.0"
  },
  "devDependencies": {
    "@types/cors": "^2.8.17",
    "@types/eventsource": "^1.1.15",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.24",
    "@types/node-fetch": "^2.6.11",
    "@typescript-eslint/eslint-plugin": "^7.1.1",
    "@typescript-eslint/parser": "^7.1.1",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.3.3"
  }
}