{
  "name": "@codefresh-io/eventbus",
  "version": "4.0.1",
  "description": "",
  "main": "index.js",
  "files": [
    "lib/**/*",
    "index.js"
  ],
  "scripts": {
    "test": "echo \"Not implemented\" && exit 0",
    "lint": "echo \"Not implemented\" && exit 0",
    "build": "echo \"Not required\" && exit 0",
    "test-integration": "docker compose -p cf-eventbus up -d && (yarn run-integration; status=$?; docker compose -p cf-eventbus down; exit $status)",
    "run-integration": "node ./test/integration.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codefresh-io/cf-eventbus.git"
  },
  "author": "Itai Gendler <itai@codefresh.io> (http://codefresh.io)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/codefresh-io/cf-eventbus/issues"
  },
  "homepage": "https://github.com/codefresh-io/cf-eventbus#readme",
  "engines": {
    "node": ">=22 <=24"
  },
  "dependencies": {
    "amqplib": "^0.10.9",
    "cf-errors": "^0.1.17",
    "pg": "^8.21.0",
    "pg-cursor": "^2.20.0"
  },
  "devDependencies": {
    "@codefresh-io/cf-telemetry": "^4.2.1"
  },
  "peerDependencies": {
    "@codefresh-io/cf-telemetry": "^4.0.0"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
