@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.
36 lines (35 loc) • 882 B
JSON
{
"name": "@nasc/termtools",
"version": "1.0.40",
"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": [
"terminal",
"ps1",
"javascript",
"customize",
"themes",
"bash"
],
"author": "",
"license": "MIT",
"homepage": "https://github.com/NascHQ/termtools",
"dependencies": {
"@nasc/chalk": "^2.3.1",
"node-fetch": "^1.7.3",
"node-localstorage": "^1.3.0"
}
}