From afe1a9add29a502eb6a5cab1231bb0b605bc0a2b 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 15:49:19 -0600 Subject: [PATCH] Update package.json --- package.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 2bad3c6..cefe817 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,7 @@ { "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": {} + "version": "2.3.0", + "dependencies": { + "pdf-parse": "^1.1.1" + } } \ No newline at end of file