« get me outta code hell

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:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index da6b750..2f44ab8 100644
--- a/package.json
+++ b/package.json
@@ -3,12 +3,13 @@
     "version": "0.1.0",
     "description": "static wiki software cataloguing collaborative creation",
     "type": "module",
-    "main": "upd8.js",
+    "main": "src/upd8.js",
     "bin": {
         "hsmusic": "./src/upd8.js"
     },
     "scripts": {
-        "test": "tape test/**/*.js"
+        "test": "tape test/**/*.js",
+        "dev": "eslint src && node src/upd8.js"
     },
     "dependencies": {
         "command-exists": "^1.2.9",
@@ -18,6 +19,7 @@
     },
     "license": "GPL-3.0",
     "devDependencies": {
+        "eslint": "^8.18.0",
         "tape": "^5.4.1"
     }
 }