{
  "name": "@flowcore/pathways",
  "version": "2.2.0",
  "description": "A TypeScript Library for creating Flowcore Pathways, simplifying the integration with the flowcore platform",
  "homepage": "https://github.com/flowcore-io/flowcore-pathways#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flowcore-io/flowcore-pathways.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/flowcore-io/flowcore-pathways/issues"
  },
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    }
  },
  "optionalDependencies": {
    "bun-sqlite-key-value": "1.13.1"
  },
  "dependencies": {
    "@date-fns/utc": "^2.1.0",
    "@flowcore/sdk": "^1.78.0",
    "@flowcore/sdk-transformer-core": "^2.5.1",
    "@sinclair/typebox": "0.32.15",
    "date-fns": "^4.1.0",
    "file-type": "^21.0.0",
    "long": "^5.3.1",
    "nats": "^2.29.1",
    "node-cache": "^5.1.2",
    "postgres": "^3.4.3",
    "prom-client": "^15.1.3",
    "rxjs": "^7.8.1",
    "ws": "^8.18.0",
    "@deno/shim-deno": "~0.18.0"
  },
  "peerDependencies": {
    "zod": "^3.25.63"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "@types/ws": "^8.5.10"
  },
  "_generatedBy": "dnt@dev"
}