Update package.json

This commit is contained in:
Mark Randall Havens △ The Empathic Technologist ⟁ Doctor Who 42
2025-11-08 15:49:19 -06:00
committed by GitHub
parent 42af773c98
commit afe1a9add2
+4 -9
View File
@@ -1,12 +1,7 @@
{ {
"name": "the-fold-within", "name": "the-fold-within",
"private": true, "version": "2.3.0",
"type": "module", "dependencies": {
"version": "2.7.0", "pdf-parse": "^1.1.1"
"scripts": { }
"build": "node tools/generate-index.mjs",
"serve": "npx http-server public -p 8080 -c-1"
},
"dependencies": {},
"devDependencies": {}
} }