fresh start

This commit is contained in:
Mark Randall Havens 2025-10-19 16:48:12 -05:00
parent 62c3e2d368
commit 7f86647175
570 changed files with 4895 additions and 866 deletions

View file

@ -1,17 +1,23 @@
{
"name": "the-fold-within-earth",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "node build.mjs",
"serve": "http-server public"
},
"engines": {
"node": ">=18"
},
"name": "thefoldwithin-earth",
"version": "2.3.0",
"description": "Canonical Minimal Implementation of The Fold Within Earth",
"main": "tools/build.js",
"type": "module",
"devDependencies": {
"scripts": {
"build": "node tools/build.js",
"lint": "node tools/foldlint.js",
"scribe": "node tools/scribe.js",
"test": "echo \"Implement foldtest harness in annex\""
},
"dependencies": {
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"http-server": "^14.1.1"
}
"markdown-it": "^14.1.0",
"markdown-it-sanitizer": "^0.4.3",
"tweetnacl": "^1.0.3"
},
"devDependencies": {},
"author": "Mark Randall Havens",
"license": "MIT"
}