{
  "name": "dz-emitter",
  "version": "1.0.3",
  "description": "Event launcher/publish and subscribe, one-to-one implementation of the time launcher in Vue2.",
  "main": "index.js",
  "author": "WangBo <wangbo_hello@163.com>",
  "blog": "https://blog.csdn.net/dizuncainiao",
  "keywords": [
    "Events",
    "Event emitter",
    "Emitter",
    "Pubsub",
    "Custom event"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dizuncainiao/dz-emitter.git"
  },
  "bugs": {
    "url": "https://github.com/dizuncainiao/dz-emitter/issues"
  },
  "scripts": {
    "build": "rollup --config rollup.config.js"
  },
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "core-js": "3",
    "eslint": "^8.0.0",
    "rollup": "^2.58.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-uglify": "^6.0.4",
    "typescript": "^4.4.4"
  },
  "dependencies": {}
}
