feat: initialize project with core dependencies and game entry point

This commit is contained in:
2026-01-03 01:24:51 -05:00
commit 45d46ddac6
1382 changed files with 844553 additions and 0 deletions

22
node_modules/@rollup/rollup-darwin-x64/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "@rollup/rollup-darwin-x64",
"version": "4.54.0",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"files": [
"rollup.darwin-x64.node"
],
"description": "Native bindings for Rollup",
"author": "Lukas Taegert-Atkinson",
"homepage": "https://rollupjs.org/",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rollup/rollup.git"
},
"main": "./rollup.darwin-x64.node"
}