{
  "name": "@openpipeline/server",
  "version": "0.6.1",
  "description": "Transport-agnostic HTTP + SSE handlers for OpenPipeline, with a tiny Node http adapter.",
  "license": "MIT",
  "author": "carefreelife98",
  "homepage": "https://github.com/carefreelife98/openpipeline/tree/main/packages/server#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/carefreelife98/openpipeline.git",
    "directory": "packages/server"
  },
  "bugs": {
    "url": "https://github.com/carefreelife98/openpipeline/issues"
  },
  "keywords": [
    "pipeline",
    "sse",
    "http",
    "server"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "dependencies": {
    "@openpipeline/runtime": "0.6.1",
    "@openpipeline/core": "0.6.1"
  },
  "devDependencies": {
    "@types/node": "^22.10.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json --noEmit"
  }
}