summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-07-20 09:43:33 -0300
committerEuAndreh <eu@euandre.org>2025-07-20 09:43:33 -0300
commit6739d6ac8e968efddaa491e9d24d9b6804f3577a (patch)
tree0bf333eb615923822f0264430e905bb1aceead5e /package.json
parentsrc/sjs.mjs: Add reductions() (diff)
downloadsjs-6739d6ac8e968efddaa491e9d24d9b6804f3577a.tar.gz
sjs-6739d6ac8e968efddaa491e9d24d9b6804f3577a.tar.xz
Makefile: Update installation directory to be compatible with node
Diffstat (limited to '')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..7f0f12b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,3 @@
+{
+ "main": "src/sjs.mjs"
+}