{
  "name": "nest-emitter",
  "version": "1.1.1",
  "description": "Strongly Typed Eventemitter Module For Nestjs Framework",
  "main": "index.js",
  "scripts": {
    "test": "jest --notify --config=jest.json",
    "test:watch": "jest --watch --config=jest.json",
    "test:coverage": "jest --config=jest.json --coverage --coverageDirectory=coverage",
    "build": "./scripts/build.sh",
    "build:andMove": "./scripts/build.sh andMove",
    "npm:publish": "cd lib && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nestjsx/nest-emitter.git"
  },
  "keywords": [
    "nestjs",
    "eventemitter",
    "modules",
    "nest"
  ],
  "author": "Shady Khalifa <shekohex@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nestjsx/nest-emitter/issues"
  },
  "homepage": "https://github.com/nestjsx/nest-emitter#readme",
  "devDependencies": {
    "@nestjs/common": "^6.0.5",
    "@nestjs/core": "^6.0.5",
    "@types/jest": "^23.3.1",
    "@types/node": "^10.7.0",
    "coveralls": "^3.0.2",
    "jest": "^23.5.0",
    "reflect-metadata": "^0.1.12",
    "rxjs": "^6.0.0",
    "ts-jest": "^23.10.5",
    "ts-node": "^7.0.1",
    "typescript": "^3.0.1"
  }
}
