Nav init
All checks were successful
Build and publish / Build Container (push) Successful in 1m29s

This commit is contained in:
2026-02-28 23:27:35 -05:00
parent 204091ef4c
commit 4735968612
19 changed files with 5340 additions and 63 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "@ztimson/net-navi",
"version": "1.0.0",
"type": "module",
"dependencies": {
"@ztimson/ai-utils": "^0.8.4",
"cors": "^2.8.5",
"express": "^4.18.2",
"socket.io": "^4.6.1"
},
"scripts": {
"start": "node src/server.js"
}
}