thefoldwithin-earth/package.json
Mark Randall Havens △ The Empathic Technologist ⟁ Doctor Who 42 b17c8f0e90
Create package.json
2025-11-08 14:41:09 -06:00

12 lines
No EOL
256 B
JSON

{
"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": {}
}