{
  "name": "@hybrd/channels",
  "version": "2.1.0",
  "keywords": [
    "channels",
    "hybrid",
    "adapter"
  ],
  "type": "module",
  "files": [
    "dist",
    "src"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "dependencies": {
    "express": "^5.0.0",
    "hono": "^4.6.12",
    "picocolors": "^1.1.1",
    "@hybrd/types": "2.1.0",
    "@hybrd/memory": "2.1.0"
  },
  "devDependencies": {
    "@types/express": "^5.0.0",
    "@types/node": "22.8.6",
    "tsup": "^8.5.0",
    "vitest": "^3.2.4",
    "@config/biome": "0.0.0",
    "@config/tsconfig": "0.0.0"
  },
  "scripts": {
    "build": "tsup",
    "build:watch": "tsup --watch",
    "clean": "rm -rf .turbo dist",
    "typecheck": "tsc --noEmit",
    "lint": "biome lint --unsafe",
    "lint:fix": "biome lint --write --unsafe",
    "format": "biome format --write",
    "test": "vitest run --passWithNoTests",
    "test:watch": "vitest"
  }
}