dis-dat
Version:
Run commands in parallel (dad / dis-and-dat) or sequentially (dtd / dis-then-dat)
77 lines (76 loc) • 1.51 kB
JSON
{
"name": "dis-dat",
"version": "1.1.6",
"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.js",
"dtd": "bin/dtd.js"
},
"files": [
"dist",
"bin"
],
"scripts": {
"build": "tsds build",
"format": "biome check --write --unsafe",
"test": "mocha --no-timeouts test/**/*.test.*",
"test:engines": "nvu engines tsds test:node --no-timeouts",
"version": "tsds version"
},
"dependencies": {
"cross-spawn-cb": "*",
"exit": "*",
"getopts-compat": "*",
"queue-cb": "*",
"spawn-streaming": "*",
"spawn-term": "*",
"string-argv": "^0.2.1"
},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "*",
"cr": "*",
"is-version": "*",
"pinkie-promise": "*"
},
"engines": {
"node": ">=0.8"
},
"tsds": {
"source": "src/index.ts"
}
}