1 | {
|
2 | "module": "./esm/index.js",
|
3 | "main": "./script/index.js",
|
4 | "types": "./types/index.d.ts",
|
5 | "name": "@worker-tools/extendable-promise",
|
6 | "version": "0.2.0-pre.11",
|
7 | "description": "A promise that can be delayed (extended) via repeated calls to waitUntil.",
|
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/extendable-promise.git"
|
16 | },
|
17 | "bugs": {
|
18 | "url": "https://github.com/worker-tools/extendable-promise/issues"
|
19 | },
|
20 | "homepage": "https://workers.tools/extendable-promise",
|
21 | "keywords": [
|
22 | "javascript",
|
23 | "promise"
|
24 | ],
|
25 | "exports": {
|
26 | ".": {
|
27 | "import": "./esm/index.js",
|
28 | "require": "./script/index.js",
|
29 | "types": "./types/index.d.ts"
|
30 | }
|
31 | },
|
32 | "dependencies": {
|
33 | "@worker-tools/resolvable-promise": "latest"
|
34 | },
|
35 | "devDependencies": {}
|
36 | } |
\ | No newline at end of file |