From b17c8f0e9091f63f74479f9d0ec585936700889a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Randall=20Havens=20=E2=96=B3=20The=20Empathic=20Tec?= =?UTF-8?q?hnologist=20=E2=9F=81=20Doctor=20Who=2042?= Date: Sat, 8 Nov 2025 14:41:09 -0600 Subject: [PATCH] Create package.json --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..2bad3c6 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "the-fold-within", + "private": true, + "type": "module", + "version": "2.7.0", + "scripts": { + "build": "node tools/generate-index.mjs", + "serve": "npx http-server public -p 8080 -c-1" + }, + "dependencies": {}, + "devDependencies": {} +} \ No newline at end of file