@xarc/run
Version:
concurrent or serial run npm scripts, javascript tasks, and more
89 lines (88 loc) • 2.09 kB
JSON
{
"name": "@xarc/run",
"version": "2.2.0",
"description": "concurrent or serial run npm scripts, javascript tasks, and more",
"main": "lib/index.js",
"types": "lib/xrun.d.ts",
"scripts": {
"pretest": "echo hello",
"test": "mocha --recursive test/spec",
"test:debug": "mocha --recursive --inspect-brk test/spec",
"lint": "eslint bin cli lib test",
"coveralls": "cat coverage/lcov.info | coveralls",
"coverage": "nyc --all --reporter=lcov --reporter=text --reporter=text-summary fyn test",
"check": "fyn run coverage && fyn run coveralls && fyn run lint",
"format": "prettier --write --print-width 100 lib/*.js test/**/*.js",
"xfoo2": "echo xfoo2 from npm scripts",
"postpack": "publish-util-postpack"
},
"bin": {
"xrun": "bin/xrun.js",
"qrun": "bin/qrun.js"
},
"repository": {
"type": "git",
"url": "https://github.com/electrode-io/xarc-run.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.com/"
},
"files": [
"lib",
"cli",
"bin"
],
"keywords": [
"concurrent",
"parallel",
"serial",
"run",
"npm",
"script",
"scripts",
"xrun",
"command",
"line",
"build",
"tool",
"shell",
"flow",
"control",
"bash",
"zsh",
"make",
"javascript",
"task",
"series",
"tasks",
"execution",
"executor",
"tool",
"system",
"cli",
"stream",
"streaming"
],
"author": "Joel Chen <joel123@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/electrode-io/xarc-run/issues"
},
"homepage": "https://github.com/electrode-io/xarc-run",
"dependencies": {
"chalk": "^4.1.2",
"chalker": "^1.2.0",
"insync": "^2.1.1",
"jaro-winkler": "^0.2.8",
"lodash.foreach": "^4.5.0",
"nix-clap": "^2.2.3",
"optional-require": "^2.1.0",
"path-is-inside": "^1.0.2",
"read-pkg-up": "^7.0.1",
"require-at": "^1.0.6",
"string-array": "^1.0.1",
"unwrap-npm-cmd": "^1.1.2",
"xsh": "^0.4.5"
}
}