aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0fe3445..564c687 100644
--- a/package.json
+++ b/package.json
@@ -25,5 +25,10 @@
"homepage": "https://github.com/luciferreeves/calculator#readme",
"bin": {
"calculator": "./bin/index.js"
+ },
+ "dependencies": {
+ "boxen": "^4.0.0",
+ "chalk": "^2.4.2",
+ "terminal-link": "^2.1.1"
}
}