eventbus-z
Version:
Simple event emitter. Global event emitter
66 lines • 1.71 kB
JSON
{
"name": "eventbus-z",
"version": "2.0.2",
"description": "Simple event emitter. Global event emitter",
"main": "build/index.js",
"module": "build/index.esm.js",
"browser": "build/index.js",
"upkg": "build/index.min.js",
"styles": "build/styles.css",
"files": [
"build"
],
"types": "build/index.d.ts",
"scripts": {
"clean": "rimraf ./build",
"build": "rollup -c",
"cb": "npm run clean && npm run build",
"generate": "node ./util/create-component",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/delpikye-v/eventbus.git"
},
"homepage": "https://github.com/delpikye-v/eventbus#readme",
"keywords": [
"react",
"vue",
"angular",
"lib",
"node",
"event-emit",
"event-emitter",
"event-bus",
"event-notify",
"emitter",
"event",
"eventbus",
"emittfy",
"emitterfy",
"subcribe",
"listener",
"bus",
"notify"
],
"author": "Delpi.Kye",
"license": "MIT",
"bugs": {
"url": "https://github.com/delpikye-v/event-bus/issues"
},
"peerDependencies": {},
"devDependencies": {
"@babel/core": "^7.15.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"babel-loader": "^8.2.2",
"rimraf": "^3.0.2",
"rollup": "^2.56.3",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"tslib": "^2.3.1",
"typescript": "^4.4.2"
}
}