1 | {
|
2 | "module": "./esm/index.js",
|
3 | "main": "./script/index.js",
|
4 | "types": "./types/index.d.ts",
|
5 | "name": "@worker-tools/typed-event-target",
|
6 | "version": "1.0.0",
|
7 | "description": "This is the Typed Event Target library you are looking for.",
|
8 | "license": "MIT",
|
9 | "publishConfig": {
|
10 | "access": "public"
|
11 | },
|
12 | "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
|
13 | "repository": {
|
14 | "type": "git",
|
15 | "url": "git+https://github.com/worker-tools/typed-event-target.git"
|
16 | },
|
17 | "bugs": {
|
18 | "url": "https://github.com/worker-tools/typed-event-target/issues"
|
19 | },
|
20 | "homepage": "https://workers.tools/typed-event-target",
|
21 | "keywords": [],
|
22 | "exports": {
|
23 | ".": {
|
24 | "import": "./esm/index.js",
|
25 | "require": "./script/index.js",
|
26 | "types": "./types/index.d.ts"
|
27 | }
|
28 | },
|
29 | "dependencies": {},
|
30 | "devDependencies": {}
|
31 | } |
\ | No newline at end of file |