thefoldwithin-earth/package.json
Mark Randall Havens 93d4f838b6 revamped
2025-10-18 13:03:53 -05:00

17 lines
305 B
JSON
Executable file

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