summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index 9524710..fe79471 100644
--- a/package.json
+++ b/package.json
@@ -1,4 +1,7 @@
{
+ "name": "aggietimed",
+ "version": "0.0.1",
+ "author": "Lizzy Hunt (@simponic)",
"dependencies": {
"argparse": "^2.0.1",
"axios": "^1.3.3",
@@ -11,5 +14,8 @@
"type": "module",
"scripts": {
"start": "node src/main.js"
+ },
+ "bin": {
+ "aggietimed": "cli.js"
}
}