bastienrobert/events

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@bastienrobert/events",
  "version": "1.0.4",
  "description": "Event emitter for all engines",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "browser": "dist/browser.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -cw",
    "docs": "rm -R docs/* | typedoc",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bastienrobert/events.git"
  },
  "keywords": [
    "events",
    "emitter"
  ],
  "author": "Bastien Robert <bastienrobert@outlook.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bastienrobert/events/issues"
  },
  "homepage": "https://github.com/bastienrobert/events#readme",
  "devDependencies": {
    "@types/jest": "^24.0.18",
    "@types/node": "^12.7.5",
    "coveralls": "^3.0.6",
    "jest": "^24.9.0",
    "rollup": "^1.21.4",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-filesize": "^6.2.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-typescript2": "^0.24.2",
    "rollup-plugin-uglify": "^6.0.3",
    "ts-jest": "^24.1.0",
    "typedoc": "^0.15.0",
    "typescript": "^3.6.3"
  }
}