« get me outta code hell

define global #sugar and #wiki-data imports - 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 <qznebula@protonmail.com>2023-08-18 13:47:32 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-08-18 13:47:32 -0300
commit8044dc9eb058761038e0ad81aa6e6378a8b9cbd4 (patch)
tree4888cc3c0b0d1c084d221c2a1bdb67b696662669 /package.json
parent3af3da2ea0e54efeab003d62e698ab8fdaeb4fbb (diff)
define global #sugar and #wiki-data imports
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 67e00fd..12450d5 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,10 @@
         "test": "tap 'test/snapshot/*.js' 'test/unit/**/*.js'",
         "dev": "eslint src && node src/upd8.js"
     },
+    "imports": {
+        "#sugar": "./src/util/sugar.js",
+        "#wiki-data": "./src/util/wiki-data.js"
+    },
     "dependencies": {
         "chroma-js": "^2.4.2",
         "command-exists": "^1.2.9",