1 Star 1 Fork 0

蔡克思 / task-runner-async

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 938 Bytes
一键复制 编辑 原始数据 按行查看 历史
蔡克思 提交于 2019-09-06 07:25 . v0.0.2
{
"name": "task-runner-async",
"version": "0.0.2",
"description": "Simple concurrent asynchronous task runner for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Kesi Cai <kesi_tsai@163.com>",
"license": "MIT",
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"cov": "jest --coverage",
"lint": "tslint --project .",
"test": "jest",
"prepublish": "yarn clean && yarn build"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^12.7.4",
"jest": "^24.9.0",
"rimraf": "^3.0.0",
"ts-jest": "^24.0.2",
"tslint": "^5.19.0",
"typescript": "^3.6.2"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "https://gitee.com/flowkscai/task-runner-async.git"
},
"homepage": "https://gitee.com/flowkscai/task-runner-async#readme",
"engines": {
"node": ">= 8"
}
}
TypeScript
1
https://gitee.com/flowkscai/task-runner-async.git
git@gitee.com:flowkscai/task-runner-async.git
flowkscai
task-runner-async
task-runner-async
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891