@gld5000-cli/script-selector
Version:
Builds a CLI menu to select and run your NPM package.json scripts
32 lines (31 loc) • 826 B
JSON
{
"name": "@gld5000-cli/script-selector",
"version": "1.1.8",
"description": "Builds a CLI menu to select and run your NPM package.json scripts",
"keywords": [
"CLI",
"NPM",
"script",
"package.json"
],
"homepage": "https://github.com/GLD5000/gld-npm-script-selector#readme",
"bugs": {
"url": "https://github.com/GLD5000/gld-npm-script-selector/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GLD5000/gld-npm-script-selector.git"
},
"license": "MIT",
"author": "GLD5000",
"type": "module",
"main": "src/index.mjs",
"bin": "bin/index.mjs",
"scripts": {
"test": "clear && echo 'Hello' && node test.mjs"
},
"dependencies": {
"@gld5000-cli/readline": "^1.0.4",
"@gld5000k/timestamp": "^1.0.9"
}
}