Initial REM planning editor

This commit is contained in:
FlatHack
2026-06-18 10:27:16 +02:00
commit a5f686510f
9 changed files with 4663 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "editable-star-map",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"import:universe": "node build-universe-map.mjs",
"start": "node server.mjs",
"test": "node --test star-map.test.mjs server.test.mjs"
},
"engines": {
"node": ">=20"
}
}