{
    "name": "@esfx/async-delay",
    "version": "1.0.0",
    "description": "Provides 'delay', an async coordination function.",
    "type": "commonjs",
    "types": "./dist/types/index.d.ts",
    "main": "./dist/cjs/index.js",
    "exports": {
        ".": {
            "types": "./dist/types/index.d.ts",
            "require": "./dist/cjs/index.js",
            "import": "./dist/esm/index.mjs"
        }
    },
    "author": "Ron Buckton (rbuckton@chronicles.org)",
    "license": "Apache-2.0",
    "scripts": {
        "prepack": "node ../../scripts/verifyPackage.js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/esfx/esfx.git"
    },
    "bugs": {
        "url": "https://github.com/esfx/esfx/issues"
    },
    "dependencies": {
        "@esfx/cancelable": "^1.0.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "3d0a54ac48aa4d2ca50a8df121846c3507ee6616"
}
