{
  "name": "strict-event-emitter",
  "version": "0.2.4",
  "description": "Type-safe \"EventEmitter\" for everyday use",
  "main": "lib/index.js",
  "typings": "lib/index.js",
  "repository": "git@github.com:open-draft/strict-event-emitter.git",
  "author": "Artem Zakharchenko <kettanaito@gmail.com>",
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "test:ts": "tsc -p test/typings.tsconfig.json",
    "clean": "rimraf ./lib",
    "build": "yarn clean && tsc",
    "prepublishOnly": "yarn test && yarn test:ts && yarn build"
  },
  "files": [
    "README.md",
    "lib"
  ],
  "devDependencies": {
    "@types/jest": "^26.0.19",
    "@types/node": "^14.14.14",
    "jest": "^26.6.3",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.4.4",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "events": "^3.3.0"
  }
}
