UNPKG

729 BJSONView Raw
1{
2 "name": "@nasc/termtools",
3 "version": "1.0.20",
4 "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.",
5 "main": "install.js",
6 "bin": {
7 "termtools": "bin/index.sh",
8 "nasc-termtools": "bin/index.js"
9 },
10 "scripts": {
11 "apply": "node ./install.js",
12 "test": "echo \"Error: no test specified\" && exit 1",
13 "postinstall": "termtools post-install"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/NascHQ/termtools"
18 },
19 "keywords": [],
20 "author": "",
21 "license": "MIT",
22 "homepage": "https://github.com/NascHQ/termtools",
23 "dependencies": {
24 "@nasc/chalk": "^2.3.1"
25 }
26}