@ribeirolabs/events
Version:
Type safe listener for custom/native events and dispatcher for custom events
41 lines (40 loc) • 884 B
JSON
{
"name": "@ribeirolabs/events",
"version": "3.1.0",
"description": "Type safe listener for custom/native events and dispatcher for custom events",
"main": "./index.js",
"types": "./index.d.ts",
"release": {
"branches": [
"main",
{
"name": "beta",
"channel": "beta",
"prerelease": true
}
],
"pkgRoot": "dist"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ribeirolabs/events.git"
},
"keywords": [
"events",
"listener",
"browser",
"window",
"dispathEvent",
"addEventListener",
"customEvent"
],
"author": "Igor Ribeiro <igor.ribeiro.plus@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ribeirolabs/events/issues"
},
"homepage": "https://github.com/ribeirolabs/events#readme"
}