@nu-art/commando
Version:
Shell command execution framework with interactive sessions, CLI parameter resolution, and plugin system for building and executing shell scripts programmatically
56 lines • 1.29 kB
JSON
{
"name": "@nu-art/commando",
"version": "0.500.6",
"description": "Shell command execution framework with interactive sessions, CLI parameter resolution, and plugin system for building and executing shell scripts programmatically",
"type": "module",
"keywords": [
"shell",
"command-execution",
"cli",
"bash",
"interactive-shell",
"shell-scripts",
"cli-params",
"command-line",
"nu-art",
"thunderstorm",
"commando",
"typescript"
],
"homepage": "https://github.com/nu-art-js/thunderstorm",
"bugs": {
"url": "https://github.com/nu-art-js/thunderstorm/issues?q=is%3Aissue+label%3Acommando"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:nu-art-js/thunderstorm.git",
"directory": "_thunderstorm/commando"
},
"publishConfig": {
"directory": "dist"
},
"license": "Apache-2.0",
"author": "TacB0sS",
"files": [
"**/*"
],
"scripts": {
"build": "tsc"
},
"dependencies": {
"@nu-art/cli-params": "0.500.6",
"@nu-art/ts-common": "0.500.6"
},
"devDependencies": {
"@nu-art/testalot": "0.500.6"
},
"unitConfig": {
"type": "typescript-lib"
},
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js"
}
}
}