« get me outta code hell

initial staging commit (data/media pruned) - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-01-25 17:27:05 -0400
committer(quasar) nebula <towerofnix@gmail.com>2021-02-01 12:25:20 -0400
commit2b6e7d3d9950aad31536d63a835869502a70af46 (patch)
tree69e3dce33bea5c424251072d8088b7e3c11e8fb6 /package.json
parent1f50ae6aa6c71ae11d571ec4df012274e7717966 (diff)
initial staging commit (data/media pruned)
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 12 insertions, 9 deletions
diff --git a/package.json b/package.json
index 88b3217..4ae318e 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,14 @@
 {
-  "name": "hs-music-wiki",
-  "version": "0.0.1",
-  "description": "fan wiki for homestuck albums",
-  "main": "upd8.js",
-  "dependencies": {
-    "fix-whitespace": "^1.0.3",
-    "mkdirp": "^0.5.5"
-  },
-  "license": "GPL-3.0"
+    "name": "hsmusic-wiki",
+    "version": "0.1.0",
+    "description": "static wiki software cataloguing collaborative creation",
+    "main": "upd8.js",
+    "bin": {
+        "hsmusic": "./upd8.js"
+    },
+    "dependencies": {
+        "fix-whitespace": "^1.0.3",
+        "mkdirp": "^0.5.5"
+    },
+    "license": "GPL-3.0"
 }