cube-tui 0.1.7

Terminal UI timer and session manager for speedcubing, with optional web dashboard and BLE (GAN) timer support.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "scrambles",
    "version": "1.0.0",
    "type": "module",
    "main": "index.ts",
    "scripts": {
        "serve": "node index.ts"
    },
    "devDependencies": {
        "@types/express": "5.0.6"
    },
    "dependencies": {
        "cubing": "0.63.3",
        "express": "5.2.1"
    }
}