NERDDISCO's picture
fix: make sure that the cyberpunk demo works
4636126
raw
history blame contribute delete
429 Bytes
{
"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": "file:../../packages/web",
"typescript": "~5.8.3",
"vite": "^6.3.5"
}
}