tabtab
Version:
tab completion helpers, for node cli programs. Inspired by npm completion.
18 lines (17 loc) • 353 B
JSON
{
"name": "tabtab-test-complete",
"version": "1.0.0",
"bin": {
"tabtab-test": "index.js"
},
"description": "Basic test package for tabtab completion",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"debug": "^4.0.1",
"minimist": "^1.2.0"
}
}