{
  "name": "newsemitter",
  "description": "An event emitter that emits only new events.",
  "keywords": [
    "event",
    "emitter",
    "event emitter",
    "publish",
    "subscribe",
    "pubsub"
  ],
  "version": "1.0.2",
  "repository": {
    "type": "git",
    "url": "git://github.com/fent/node-newsemitter.git"
  },
  "author": "fent <fentbox@gmail.com> (https://github.com/fent)",
  "main": "./dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepare": "tsc -p tsconfig.build.json",
    "build": "tsc -p tsconfig.build.json",
    "test": "nyc --extension .ts --reporter=lcov --reporter=text-summary npm run test:unit",
    "test:unit": "mocha --require ts-node/register test/*-test.ts"
  },
  "directories": {
    "lib": "./lib"
  },
  "devDependencies": {
    "@types/mocha": "^8.2.0",
    "@types/node": "^14.14.11",
    "mocha": "^6.0.0",
    "nyc": "^15.1.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.2"
  },
  "engines": {
    "node": ">=10"
  },
  "license": "MIT"
}
