From e7d08a91b57b1eb766080d99ae966539887c5250 Mon Sep 17 00:00:00 2001 From: sashinexists Date: Sat, 7 Dec 2024 13:17:15 +1100 Subject: [PATCH] add a package.json --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..b7bc7cc --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "sashinexists", + "type": "module", + "dependencies": { + "@weborigami/origami": "0.2.1" + }, + "scripts": { + "build": "ori copy src/site.ori, clear files:build", + "start": "ori serve watch src, =debug src/site.ori" + } +}