NERDDISCO's picture
refactor: move examples into separate folders
4500b8e
raw
history blame contribute delete
417 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": "workspace:*",
"typescript": "~5.8.3",
"vite": "^6.3.5"
}
}