@nasc/termtools
Version:
Easy to customize, uses the power of both JavaScript and Bash to add a bunch of _aliases_ and extra funcionality for your bash profile.
27 lines (26 loc) • 729 B
JSON
{
"name": "@nasc/termtools",
"version": "1.0.20",
"description": "Easy to customize, uses the power of both JavaScript and Bash to add a bunch of _aliases_ and extra funcionality for your bash profile.",
"main": "install.js",
"bin": {
"termtools": "bin/index.sh",
"nasc-termtools": "bin/index.js"
},
"scripts": {
"apply": "node ./install.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "termtools post-install"
},
"repository": {
"type": "git",
"url": "https://github.com/NascHQ/termtools"
},
"keywords": [],
"author": "",
"license": "MIT",
"homepage": "https://github.com/NascHQ/termtools",
"dependencies": {
"@nasc/chalk": "^2.3.1"
}
}