This commit is contained in:
Mark Randall Havens 2025-10-18 13:03:53 -05:00
parent 322b182ca1
commit 93d4f838b6
50 changed files with 1016 additions and 113 deletions

12
package.json Normal file → Executable file
View file

@ -1,11 +1,17 @@
{
"name": "the-fold-within",
"name": "the-fold-within-earth",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "node build.js"
"build": "node build.mjs",
"serve": "http-server public"
},
"engines": {
"node": ">=18"
},
"type": "module",
"devDependencies": {
"js-yaml": "^4.1.0",
"http-server": "^14.1.1"
}
}
}