generic-subshell
Version:
Allows you to run all commands as subshells and collect all exit codes
34 lines (33 loc) • 823 B
JSON
{
"name": "generic-subshell",
"version": "0.0.1003",
"description": "Allows you to run all commands as subshells and collect all exit codes",
"main": "index.js",
"scripts": {
"test": "echo 'better to run the ./test.sh script directly' && ./test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ORESoftware/generic-subshell.git"
},
"keywords": [
"suman",
"test",
"bash",
"subshell",
"generic",
"parallel",
"shell"
],
"author": "Olegzandr",
"license": "ISC",
"bugs": {
"url": "https://github.com/ORESoftware/generic-subshell/issues"
},
"homepage": "https://github.com/ORESoftware/generic-subshell#readme",
"devDependencies": {
"@types/core-js": "^0.9.43",
"@types/node": "^7.0.5",
"node-check-fast": "0.0.1002"
}
}