Files
the-nexus/package.json
Alexander Whitestone 92a13caf5a
Some checks failed
Deploy Nexus / deploy (push) Failing after 4s
fix: add package.json with type:module for ESM support
node --check fails on import statements without this.
Fixes CI validation for all JS files.
2026-03-24 09:02:36 -04:00

8 lines
152 B
JSON

{
"name": "the-nexus",
"type": "module",
"version": "1.0.0",
"description": "Timmy's Sovereign Home — Three.js 3D world",
"private": true
}