UNPKG

@comodinx/async-helpers

Version:

@comodinx/async-helpers is a module for optimize async usage.

35 lines (34 loc) 918 B
{ "name": "@comodinx/async-helpers", "version": "0.0.3", "description": "@comodinx/async-helpers is a module for optimize async usage.", "main": "./index.js", "types": "./index.d.ts", "scripts": { "build": "tsc -p .", "clean:types": "tsc --build --clean . && rm -rf *.d.ts", "build:types": "tsc -d --declarationDir . --emitDeclarationOnly --pretty -p .", "test": "NODE_ENV=test tsx --test *.test.ts *.spec.ts" }, "homepage": "https://github.com/comodinx/async-helpers#readme", "repository": { "type": "git", "url": "https://github.com/comodinx/async-helpers.git" }, "author": "Milo Molina Developer", "license": "ISC", "bugs": { "url": "https://github.com/comodinx/async-helpers/issues" }, "keywords": [ "async", "helpers", "promises", "pLimit", "comodinx" ], "devDependencies": { "tsx": "^4.19.3", "typescript": "^5.8.3" } }