{
  "name": "kylon-cli",
  "version": "0.3.5",
  "description": "Kylon gateway CLI for connecting local agent providers to a P2 workspace.",
  "type": "module",
  "bin": {
    "kylon": "./dist/kylon-bundle.mjs"
  },
  "files": [
    "dist/kylon-bundle.mjs",
    "README.md"
  ],
  "engines": {
    "node": ">=22.15.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fre-so/p2.git",
    "directory": "packages/cli"
  },
  "homepage": "https://github.com/fre-so/p2/tree/main/packages/cli#readme",
  "bugs": {
    "url": "https://github.com/fre-so/p2/issues"
  },
  "keywords": [
    "kylon",
    "p2",
    "cli",
    "gateway",
    "agent"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "tsc",
    "test": "vitest run",
    "test:e2e": "node --import tsx --test --test-force-exit --test-concurrency=1 scripts/e2e-test.ts",
    "test:e2e:live": "node --import tsx --test --test-force-exit --test-concurrency=1 --test-timeout=120000 scripts/e2e-live-test.ts",
    "bundle": "node scripts/bundle.mjs",
    "bundle:minify": "node scripts/bundle.mjs --minify",
    "bundle:release": "node scripts/bundle.mjs --minify --obfuscate",
    "prepack": "node scripts/bundle.mjs --minify --obfuscate"
  },
  "kylonBundleFingerprint": "4021e403939a489667f66bcb3eb910d1d0a74018ee64c1675015ef0c2fc61851"
}
