Create package.json

This commit is contained in:
Mark Randall Havens △ The Empathic Technologist ⟁ Doctor Who 42 2025-11-08 14:41:09 -06:00 committed by GitHub
parent 9b6145688d
commit b17c8f0e90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"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": {}
}