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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
}