Update package.json

This commit is contained in:
Mark Randall Havens △ The Empathic Technologist ⟁ Doctor Who 42 2025-10-16 18:22:29 -05:00 committed by GitHub
parent ee7ce7e82b
commit f57861dca3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,15 +1,11 @@
{ {
"name": "thefoldwithin-earth", "name": "the-fold-within",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js", "private": true,
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "build": "node build.js"
}, },
"keywords": [], "engines": {
"author": "", "node": ">=18"
"license": "ISC",
"description": "",
"dependencies": {
"marked": "^15.0.12"
} }
} }