{
  "name": "cqes",
  "version": "5.0.3",
  "description": "CQRS / Event Sourcing",
  "bin": {
    "cqes": "bin/cqes"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apiculteur/cqes.git"
  },
  "keywords": [
    "cqrs",
    "ddd",
    "event-sourcing",
    "tdd",
    "framework"
  ],
  "author": "Nicolas Pelletier <npelletier@apiculteur.io>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/apiculteur/cqes/issues"
  },
  "homepage": "https://github.com/apiculteur/cqes#readme",
  "peerDependencies": {
    "@types/node": "^12.12.6"
  },
  "dependencies": {
    "@types/amqplib": "^0.5.8",
    "@types/body-parser": "^1.17.1",
    "@types/cors": "^2.8.6",
    "@types/express": "^4.17.1",
    "@types/redis": "^2.8.14",
    "@types/uuid": "^3.4.4",
    "@types/yargs": "^15.0.4",
    "amqplib": "^0.5.2",
    "body-parser": "^1.19.0",
    "caching-map": "^1.0.2",
    "colors": "^1.3.2",
    "cors": "^2.8.5",
    "express": "^4.17.1",
    "mkdirp": "^1.0.4",
    "redis": "^2.8.0",
    "uuid": "^3.3.2",
    "yargs": "^15.1.0"
  },
  "devDependencies": {
    "@types/mkdirp": "^1.0.1",
    "@types/node": "^12.19.11"
  }
}
