first commit

This commit is contained in:
sky
2025-06-22 11:43:10 -04:00
commit 3bb16e3824
100 changed files with 18553 additions and 0 deletions

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "Bigfoot Games",
"version": "1.0.0",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.17.1"
}
}