{
  "name": "@celilo/e2e",
  "version": "0.20.4",
  "description": "E2E test infrastructure for Celilo-deployed applications. Provides a simulated internet with DNS hierarchy, ACME server, firewalls, and target machines in Docker.",
  "type": "module",
  "main": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./types": "./src/types.ts",
    "./fixtures": "./src/fixtures.ts"
  },
  "bin": {
    "cele2e": "./bin/cele2e",
    "cele2e-wait": "./bin/cele2e-wait",
    "celilo-e2e-run": "./bin/e2e-run",
    "celilo-e2e-build": "./bin/e2e-build",
    "celilo-e2e-load": "./bin/e2e-load",
    "celilo-e2e-infra": "./bin/e2e-infra"
  },
  "scripts": {
    "test": "bun test --timeout 30000 ./tests/ ./src/ ./npm-registry-server/ ./simulators/",
    "test:completion": "bun test tests/completion",
    "test:integration": "bun test tests-integration/",
    "test:weekly": "bun test --timeout 30000 ./weekly/"
  },
  "files": [
    "src/",
    "docker/",
    "config/",
    "completions/",
    "simulators/",
    "bin/",
    "registry-server/",
    "npm-registry-server/package.json",
    "npm-registry-server/tsconfig.json",
    "npm-registry-server/src/",
    "scripts/",
    "README.md"
  ],
  "dependencies": {
    "@celilo/capabilities": "^5.1.0",
    "@celilo/cli-display": "^0.2.0",
    "@celilo/event-bus": "^0.6.0",
    "@celilo/terraform-fake": "^0.3.1",
    "yaml": "^2.8.0",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@types/bun": "1.4.0"
  },
  "keywords": [
    "celilo",
    "e2e",
    "testing",
    "docker",
    "infrastructure"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/psbanka/infra",
    "directory": "packages/e2e"
  }
}
