« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
index 804df46..86856d9 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,14 @@
   "name": "http-music",
   "version": "0.0.1",
   "main": "src/play.js",
+  "scripts": {
+    "play": "node src/play.js",
+    "crawl-recursive": "node src/crawl-recursive"
+  },
+  "bin": {
+    "http-music": "./src/play.js",
+    "http-music-crawl-recursive": "./src/crawl-recursive.js"
+  },
   "dependencies": {
     "cheerio": "^1.0.0-rc.1",
     "node-fetch": "^1.7.0",