Initial Comming
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "newbury-exhibit",
|
||||
"version": "0.1.0",
|
||||
"description": "Shared multi-device AR exhibit viewer for a physical Newbury LEGO build.",
|
||||
"type": "module",
|
||||
"main": "server/sync-server.js",
|
||||
"scripts": {
|
||||
"start": "node server/sync-server.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^16.4.5",
|
||||
"express": "^5.0.0",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user