@worker-tools/typed-event-target
Version:
This is the Typed Event Target library you are looking for.
31 lines • 853 B
JSON
{
"module": "./esm/index.js",
"main": "./script/index.js",
"types": "./types/index.d.ts",
"name": "@worker-tools/typed-event-target",
"version": "1.0.0",
"description": "This is the Typed Event Target library you are looking for.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
"repository": {
"type": "git",
"url": "git+https://github.com/worker-tools/typed-event-target.git"
},
"bugs": {
"url": "https://github.com/worker-tools/typed-event-target/issues"
},
"homepage": "https://workers.tools/typed-event-target",
"keywords": [],
"exports": {
".": {
"import": "./esm/index.js",
"require": "./script/index.js",
"types": "./types/index.d.ts"
}
},
"dependencies": {},
"devDependencies": {}
}