{
  "name": "hotlane",
  "version": "0.2.2",
  "description": "Validation-first deployment: fork a warm running instance, verify, promote via atomic proxy flip, roll back by pointer.",
  "license": "MIT",
  "author": "Stefan Iancu",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StefanIancu/hotlane.git"
  },
  "homepage": "https://hotlane.dev",
  "keywords": [
    "deployment",
    "ci-cd",
    "rollback",
    "warm-deploy",
    "agentic"
  ],
  "bin": {
    "hotlane": "bin/hotlane.js"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "files": [
    "README.md",
    "install.js",
    "bin/hotlane.js"
  ]
}
