{
  "name": "event-store-projection-testing",
  "version": "2.1.0",
  "description": "Test utility for Event Store projections",
  "main": "index.js",
  "scripts": {
    "test": "node node_modules\\mocha\\bin\\mocha tests\\*_specs.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sergej-Popov/event-store-projection-testing.git"
  },
  "keywords": [
    "event-store",
    "projection",
    "unit-testing",
    "mocha",
    "chai"
  ],
  "author": "Sergej Popov <sergejpopov@outlook.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Sergej-Popov/event-store-projection-testing/issues"
  },
  "homepage": "https://github.com/Sergej-Popov/event-store-projection-testing#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^8.2.1"
  }
}
