UNPKG

script-launcher

Version:

Enhance your package.json scripts with features like: menus, functions, arrays, concurrency and many more.

37 lines (36 loc) 755 B
{ "name": "script-launcher", "version": "1.37.3", "description": "Enhance your package.json scripts with features like: menus, functions, arrays, concurrency and many more.", "main": "launch.js", "keywords": [ "npm", "script", "scripts", "shell", "build", "environment", "windows", "concurrent", "parallel", "array", "cli", "menu" ], "bin": { "launch": "bin/launch.js" }, "repository": { "type": "git", "url": "git+https://github.com/chanzo/script-launcher.git" }, "author": "Chanzo Wazi", "license": "MIT", "dependencies": { "cross-spawn": "~7.0.3", "deepmerge": "~4.2.2", "fast-glob": "~3.2.12", "pretty-time": "~1.1.0", "prompts": "~2.4.2" } }