{
  "name": "hydro-publisher",
  "version": "0.2.5",
  "description": "Local web publisher host with MCP-driven page creation and localhost publishing",
  "type": "module",
  "bin": {
    "wph": "./bin/wph.mjs"
  },
  "files": [
    "README.md",
    "bin/",
    "apps/server/dist/",
    "apps/mcp-server/dist/",
    "apps/web/dist/",
    "packages/shared-schema/dist/",
    "templates/"
  ],
  "workspaces": [
    "apps/*",
    "packages/*"
  ],
  "scripts": {
    "build": "npm run build --workspace @web-publisher-host/shared-schema && npm run build --workspace @web-publisher-host/server && npm run build --workspace @web-publisher-host/mcp-server && npm run build --workspace @web-publisher-host/web",
    "typecheck": "npm run build --workspace @web-publisher-host/shared-schema && npm run build --workspace @web-publisher-host/server && npm run typecheck --workspace @web-publisher-host/mcp-server && npm run typecheck --workspace @web-publisher-host/web",
    "dev:server": "npm run dev --workspace @web-publisher-host/server",
    "start:server": "npm run start --workspace @web-publisher-host/server",
    "start:mcp": "npm run start --workspace @web-publisher-host/mcp-server",
    "dev:web": "npm run dev --workspace @web-publisher-host/web",
    "dev:host": "npm run dev:host --workspace @web-publisher-host/server"
  },
  "dependencies": {
    "@fastify/cors": "^11.1.0",
    "@fastify/middie": "^9.3.1",
    "@fastify/multipart": "^10.0.0",
    "@fastify/static": "^9.1.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "better-sqlite3": "^12.4.1",
    "drizzle-orm": "^0.44.7",
    "fastify": "^5.6.1",
    "zod": "^4.1.11"
  },
  "devDependencies": {
    "@types/node": "^24.6.0",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3"
  }
}
