-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "vision-os-dashboard",
"version": "1.0.0",
"description": "A premium, cyberpunk-inspired hand-tracking dashboard built with MediaPipe and Three.js. This application provide high-precision dual-hand tracking, gesture recognition, and real-time 3D spatial reconstruction.",
"main": "app.js",
"scripts": {
"dev": "vite",
"dev:8080": "vite --port 8080",
"bridge": "python wuji_bridge.py --write-mode unchecked --write-timeout 2.0",
"wuji:diag": "python tools/wuji_diag.py",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sou350121/Vision_OS.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/sou350121/Vision_OS/issues"
},
"homepage": "https://github.com/sou350121/Vision_OS#readme",
"devDependencies": {
"fast-check": "^4.5.3",
"vite": "^7.3.0",
"vitest": "^4.0.16"
}
}