{
  "name": "rollbridge",
  "version": "0.1.55",
  "description": "Zero-downtime process supervisor and local traffic switcher for deploy-managed apps.",
  "keywords": [
    "deploy",
    "zero-downtime",
    "process-supervisor",
    "reverse-proxy",
    "websocket",
    "rollbridge",
    "velocious"
  ],
  "homepage": "https://github.com/kaspernj/rollbridge#readme",
  "bugs": {
    "url": "https://github.com/kaspernj/rollbridge/issues"
  },
  "license": "MIT",
  "author": "kaspernj <kasper@diestoeckels.de>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kaspernj/rollbridge.git"
  },
  "type": "module",
  "bin": {
    "rollbridge": "./bin/rollbridge"
  },
  "scripts": {
    "all-checks": "npm run typecheck && npm run lint && npm test",
    "lint": "npm run eslint && npm run typecheck",
    "release:patch": "release-patch",
    "test": "velocious-test test/*.test.js",
    "typecheck": "tsc --noEmit",
    "eslint": "eslint"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "commander": "^12.1.0",
    "http-proxy": "^1.18.1"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/http-proxy": "^1.17.17",
    "@types/node": "^25.9.1",
    "@velocious/testing": "^0.0.12",
    "eslint": "^10.4.0",
    "eslint-plugin-jsdoc": "^62.9.0",
    "globals": "^17.6.0",
    "release-patch": "^1.0.0",
    "typescript": "^6.0.3"
  }
}
