UNPKG

dis-dat

Version:

Run commands in parallel (dad / dis-and-dat) or sequentially (dtd / dis-then-dat)

77 lines (76 loc) 1.53 kB
{ "name": "dis-dat", "version": "0.5.89", "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.js", "require": "./dist/cjs/index.js" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.cts", "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.2.8", "exit": "^0.1.2", "getopts-compat": "^2.2.6", "queue-cb": "^1.5.2", "spawn-streaming": "^1.0.40", "spawn-term": "^0.2.8", "string-argv": "^0.2.1" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*", "cr": "*", "is-version": "*", "pinkie-promise": "*" }, "engines": { "node": ">=0.8" }, "tsds": { "source": "src/index.ts" } }