mirror of
https://github.com/ruvnet/RuView.git
synced 2026-08-26 18:16:03 +00:00
feat(web): add LiDAR bridge web package
This commit is contained in:
13
integrations/iphone-lidar/web/package.json
Normal file
13
integrations/iphone-lidar/web/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "@ruview/iphone-lidar-web",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node relay.mjs",
|
||||
"test": "node --test codec.test.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"ws": "^8.18.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user