{
  "name": "futoin-eventstream",
  "version": "1.3.9",
  "description": "Neutral event stream interface",
  "main": "main.js",
  "files": [
    "lib/",
    "sql/",
    "specs/",
    "common.js",
    "main.js",
    "*App.js",
    "*Archiver.js",
    "*Discarder.js",
    "*Face.js",
    "*Receiver.js",
    "*Service.js",
    "futoin.json"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/futoin/core-js-ri-eventstream.git"
  },
  "keywords": [
    "futoin",
    "eventstream",
    "events"
  ],
  "author": {
    "name": "Andrey Galkin",
    "email": "andrey@futoin.org"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/futoin/core-js-ri-eventstream/issues",
    "email": "support@futoin.org"
  },
  "devDependencies": {
    "chai": "^4.3.7",
    "eslint": "^8.36.0",
    "futoin-asyncsteps": "^2.5.4",
    "futoin-database": "^1.9.12",
    "futoin-executor": "^2.3.7",
    "futoin-invoker": "^2.4.9",
    "grunt": "^1.6.1",
    "grunt-eslint": "^24.0.1",
    "grunt-jsdoc-to-markdown": "^6.0.0",
    "grunt-simple-nyc": "^3.0.1",
    "grunt-text-replace": "^0.4.0",
    "mocha": "^10.2.0",
    "moment": "^2.29.4"
  },
  "dependencies": {
    "@futoin/specs": ">=2019.1104.0",
    "futoin-asyncevent": "^2.3.7"
  },
  "peerDependencies": {
    "futoin-asyncsteps": "^2.3.1",
    "futoin-database": "^1.9.1",
    "futoin-executor": "^1.10.1 || ^2.1.2",
    "futoin-invoker": "^1.10.2 || ^2.1.0"
  }
}
