thefoldwithin-earth/package.json

18 lines
305 B
JSON
Raw Normal View History

{
2025-10-18 13:03:53 -05:00
"name": "the-fold-within-earth",
"version": "1.0.0",
2025-10-16 18:22:29 -05:00
"private": true,
"scripts": {
2025-10-18 13:03:53 -05:00
"build": "node build.mjs",
"serve": "http-server public"
},
2025-10-16 18:22:29 -05:00
"engines": {
"node": ">=18"
2025-10-18 13:03:53 -05:00
},
"type": "module",
"devDependencies": {
"js-yaml": "^4.1.0",
"http-server": "^14.1.1"
}
2025-10-18 13:03:53 -05:00
}