From f57861dca38fcc2b880d98feb3733d83747d62ea 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: Thu, 16 Oct 2025 18:22:29 -0500 Subject: [PATCH] Update package.json --- package.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b6d1ada..d6fe937 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,11 @@ { - "name": "thefoldwithin-earth", + "name": "the-fold-within", "version": "1.0.0", - "main": "index.js", + "private": true, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build": "node build.js" }, - "keywords": [], - "author": "", - "license": "ISC", - "description": "", - "dependencies": { - "marked": "^15.0.12" + "engines": { + "node": ">=18" } -} +} \ No newline at end of file