{
  "name": "@omea/runner",
  "version": "0.1.58",
  "description": "Connect Omea-hosted and organization-owned machines to Omea",
  "license": "UNLICENSED",
  "bin": {
    "omea-runner": "bin/omea-runner.js"
  },
  "files": [
    "bin/",
    "README.md"
  ],
  "engines": {
    "node": ">=18.17.0"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "cpu": [
    "arm64",
    "x64"
  ],
  "optionalDependencies": {
    "@omea/runner-darwin-arm64": "0.1.58",
    "@omea/runner-linux-x64-gnu": "0.1.58"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/supercorp-ai/omea-runner.git"
  },
  "homepage": "https://omeahq.com",
  "bugs": {
    "url": "https://github.com/supercorp-ai/omea-runner/issues"
  },
  "keywords": [
    "omea",
    "testing",
    "runner",
    "microvm",
    "playwright"
  ]
}
