{
  "name": "rabbi",
  "version": "1.25.0",

  "description": "Build more reactive services better, faster, with more smiles.",
  "files": [
    "dist/"
  ],
  "main": "./dist/rabbi.js",
  "types": "./dist/rabbi.d.ts",
  "scripts": {
    "test": "NODE_ENV=test mocha -r ts-node/register test/*_test.ts --timeout=5000 --exit",
    "runtest": "NODE_ENV=test mocha -r ts-node/register $TEST --timeout=5000 --exit",
    "build": "tsc",
    "semantic-release": "semantic-release",
    "commit": "cz"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/actorsystem/actorsystem-ts.git"
  },
  "keywords": [
    "microservices",
    "rabbitmq",
    "amqp",
    "parallelism",
    "multiprocessor",
    "concurrency",
    "nodejs",
    "library",
    "tool"
  ],
  "author": "Steven Zeiler",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/stevenzeiler/rabbi/issues"
  },
  "homepage": "https://github.com/stevenzeiler/rabbi#readme",
  "dependencies": {
    "@hapi/joi": "^17.1.1",
    "@types/amqplib": "^0.8.2",
    "@types/bluebird": "^3.5.26",
    "@types/mocha": "^5.2.7",
    "@types/winston": "^2.4.4",
    "ajv": "^8.9.0",
    "amqplib": "^0.8.0",
    "async-redis": "^1.1.7",
    "bsv": "^1.2.0",
    "callsite": "^1.0.0",
    "cp-file": "^7.0.0",
    "delay": "^4.3.0",
    "dotenv": "^8.0.0",
    "eventemitter2": "^6.4.5",
    "handlebars": "^4.7.3",
    "hapi": "^18.1.0",
    "hapi-auth-basic": "^5.0.0",
    "joi": "^14.3.1",
    "knex": "^0.95.15",
    "lodash": "^4.17.15",
    "lodash.reject": "^4.6.0",
    "mkdirp": "^0.5.1",
    "mocha": "^6.2.0",
    "moment": "^2.24.0",
    "pg": "^8.7.1",
    "public-ip": "^4.0.0",
    "require-all": "^3.0.0",
    "split2": "^4.1.0",
    "superagent": "^5.0.5",
    "through2": "^4.0.2",
    "wait-port": "^0.2.2",
    "winston": "^3.2.1"
  },
  "devDependencies": {
    "@types/hapi__joi": "^17.1.14",
    "@types/lodash": "^4.17.0",
    "@types/node": "^20.11.28",
    "@types/uuid": "^9.0.8",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "chance": "^1.1.8",
    "commitizen": "^4.2.4",
    "cz-conventional-changelog": "^3.3.0",
    "semantic-release": "^19.0.2",
    "ts-node": "^8.10.2",
    "typescript": "^4.5.5",
    "uuid": "^8.3.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "release": {
    "branches": [
      "master"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm"
    ]
  }
}
