{
  "name": "@acsetra/runner",
  "version": "0.2.6",
  "description": "Runner CLI — author and run hosted Runner apps from your terminal (the `runner` command).",
  "keywords": ["runner", "acsetra", "cli", "agent", "low-code"],
  "license": "MIT",
  "type": "module",
  "bin": {
    "runner": "bin/runner.js",
    "acsetra": "bin/runner.js",
    "r": "bin/runner.js"
  },
  "engines": {
    "node": ">=18"
  },
  "files": ["bin", "lib", "README.md"],
  "homepage": "https://acsetra.com"
}
