dis-dat
Version:
Run commands in parallel (dad / dis-and-dat) or sequentially (dtd / dis-then-dat)
76 lines (75 loc) • 1.56 kB
JSON
{
"name": "dis-dat",
"version": "0.5.74",
"description": "Run commands in parallel (dad / dis-and-dat) or sequentially (dtd / dis-then-dat)",
"keywords": [
"this",
"dis",
"then",
"and",
"that",
"dat",
"cli",
"spawn",
"exec",
"execute",
"series",
"parallel",
"run",
"all",
"run-all",
"run-p",
"run-s"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kmalakoff/dis-dat.git"
},
"license": "MIT",
"type": "module",
"exports": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs",
"types": "./dist/types/index.d.ts"
},
"main": "dist/cjs/index.cjs",
"module": "dist/dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"bin": {
"dad": "./bin/dad.cjs",
"dtd": "./bin/dtd.cjs"
},
"files": [
"dist",
"bin"
],
"scripts": {
"build": "tsds build",
"format": "biome check --write --unsafe src/ test/",
"test": "tsds test:node --no-timeouts",
"test:engines": "nvu engines npm test",
"version": "tsds version"
},
"dependencies": {
"cross-spawn-cb": "^2.1.23",
"exit": "^0.1.2",
"getopts-compat": "^2.2.6",
"queue-cb": "^1.4.16",
"spawn-streaming": "^1.0.32",
"spawn-term": "^0.1.50",
"string-argv": "^0.2.1"
},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "*",
"cr": "*",
"is-version": "*",
"pinkie-promise": "*"
},
"engines": {
"node": ">=0.8"
},
"tsds": {
"source": "src/index.ts"
}
}