{
  "name": "strong-events",
  "version": "1.0.7",
  "description": "Strong Typed Event Emitter for TypeScript / JavaScript.",
  "main": "lib/index.js",
  "types": "lib/index.d.js",
  "scripts": {
    "prepublish": "tsc",
    "test": "mocha --require ts-node/register test/**Test.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/endel/strong-events.git"
  },
  "keywords": [
    "events",
    "emitter",
    "event-driven",
    "asynchronous"
  ],
  "author": "Endel Dreyer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/endel/strong-events/issues"
  },
  "homepage": "https://github.com/endel/strong-events#readme",
  "devDependencies": {
    "@types/mocha": "^5.2.6",
    "@types/sinon": "^7.0.11",
    "mocha": "^6.1.4",
    "sinon": "^7.3.2",
    "ts-node": "^8.1.0",
    "typescript": "^3.4.5"
  }
}
