Spaces:
Running
Running
| { | |
| "name": "reachy-mini-morse-code", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "description": "Talk to Reachy Mini in Morse code — antenna taps & beeps, heard through the mic.", | |
| "scripts": { | |
| "test": "vitest run", | |
| "test:watch": "vitest", | |
| "test:e2e": "playwright test" | |
| }, | |
| "devDependencies": { | |
| "@playwright/test": "^1.48.0", | |
| "jsdom": "^29.1.1", | |
| "vitest": "^2.1.0" | |
| } | |
| } | |