mix-async-generator
Version:
``` npm i mix-async-generator ```
30 lines (29 loc) • 690 B
JSON
{
"name": "mix-async-generator",
"version": "1.0.2",
"description": "",
"main": "build/src/index.js",
"module": "build/esm/index.js",
"scripts": {
"dev": "tsc --build ./tsconfig.dev.json -w",
"build": "tsc --build ./tsconfig.json",
"test:cov": "nyc --reporter=lcov --reporter=text-summary ava build/test/*.js",
"test": "ava build/test/*.js"
},
"files": [
"build"
],
"keywords": [
"AsyncGenerator"
],
"author": "Gaubee",
"license": "MIT",
"dependencies": {
"@bfchain/util-extends-promise": "^0.0.1-alpha.4",
"evt": "^1.9.12"
},
"devDependencies": {
"ava": "^3.15.0",
"nyc": "^15.1.0"
}
}