Spaces:
Running
Running
{ | |
"name": "test-sequential-operations", | |
"version": "0.0.0", | |
"private": true, | |
"description": "Test sequential operations: findPort β releaseMotors β calibrate β teleoperate", | |
"type": "module", | |
"scripts": { | |
"dev": "vite", | |
"build": "vite build", | |
"preview": "vite preview" | |
}, | |
"devDependencies": { | |
"@lerobot/web": "workspace:*", | |
"typescript": "~5.8.3", | |
"vite": "^6.3.5" | |
} | |
} | |