thefoldwithin-earth/package.json

24 lines
629 B
JSON
Raw Normal View History

{
2025-10-19 16:48:12 -05:00
"name": "thefoldwithin-earth",
"version": "2.3.0",
"description": "Canonical Minimal Implementation of The Fold Within Earth",
"main": "tools/build.js",
"type": "module",
"scripts": {
2025-10-19 16:48:12 -05:00
"build": "node tools/build.js",
"lint": "node tools/foldlint.js",
"scribe": "node tools/scribe.js",
"test": "echo \"Implement foldtest harness in annex\""
2025-10-18 13:03:53 -05:00
},
2025-10-19 16:48:12 -05:00
"dependencies": {
"gray-matter": "^4.0.3",
2025-10-18 13:03:53 -05:00
"js-yaml": "^4.1.0",
2025-10-19 16:48:12 -05:00
"markdown-it": "^14.1.0",
"markdown-it-sanitizer": "^0.4.3",
"tweetnacl": "^1.0.3"
},
"devDependencies": {},
"author": "Mark Randall Havens",
"license": "MIT"
2025-10-18 13:03:53 -05:00
}