{
  "name": "@themonk-ai/install",
  "version": "0.2.3",
  "description": "npx-based installer for the Monk Router data plane. Downloads a platform-specific Go binary from GitHub releases, writes config.json from flags, and launches the data plane.",
  "type": "module",
  "bin": {
    "monk-install": "dist/bin/monk-install.js"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "tsc",
    "build:prod": "bash scripts/inject-signing-key.sh && tsc",
    "prepublishOnly": "npm run build:prod && node scripts/verify-prod-key.mjs && npm test",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.13.3",
    "typescript": "^5.7.3",
    "vitest": "^3.0.5"
  },
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/themonk-ai/router.git",
    "directory": "installer"
  }
}
