script-launcher
Version:
Script Launcher
33 lines (32 loc) • 602 B
JSON
{
"name": "script-launcher",
"version": "1.0.2",
"description": "Script Launcher",
"main": "launch.js",
"keywords": [
"script",
"build",
"environment",
"windows",
"concurrent",
"parallel",
"menu",
"multiple",
"command"
],
"bin": {
"launch": "bin/launch.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chanzo/script-launcher.git"
},
"author": "Bas Heerschop",
"license": "MIT",
"dependencies": {
"cross-spawn": "6.0.5",
"deepmerge": "3.2.0",
"inquirer": "6.2.2",
"string-argv": "0.1.2"
}
}