thefoldwithin-earth/package.json

12 lines
256 B
JSON
Raw Normal View History

2025-11-08 14:41:09 -06:00
{
"name": "the-fold-within",
"private": true,
"type": "module",
"version": "2.7.0",
"scripts": {
"build": "node tools/generate-index.mjs",
"serve": "npx http-server public -p 8080 -c-1"
},
"dependencies": {},
"devDependencies": {}
}