File size: 463 Bytes
843a4b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "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"
    }
}