UNPKG

@dilapidated-penguin/cubetimer

Version:

fast and lightweight CLI timer for speedcubing. Track your solves, get random scrambles, and analyze your times

46 lines (45 loc) 1.25 kB
{ "name": "@dilapidated-penguin/cubetimer", "version": "1.1.1", "description": " fast and lightweight CLI timer for speedcubing. Track your solves, get random scrambles, and analyze your times", "main": "dist/index.js", "bin": { "cubetimer": "./dist/index.js" }, "scripts": { "build": "npx tsc", "test": "echo \"Error: no test specified\" && exit 1", "sounds": "cp -r src/sounds dist/sounds" }, "keywords": [ "speedcubing", "cli", "timer", "rubiks", "cube" ], "author": "Makapane Khoza", "license": "MIT", "type": "commonjs", "repository": "https://github.com/Dilapidated-Penguin/speedcubing-timer-cli", "homepage": "https://github.com/Dilapidated-Penguin/speedcubing-timer-cli#README", "dependencies": { "@futpib/node-global-key-listener": "^1.0.3", "@inquirer/prompts": "^7.3.2", "blessed": "^0.1.81", "blessed-contrib": "^4.11.0", "cfonts": "^3.3.0", "chalk": "^5.4.1", "commander": "^13.1.0", "figlet": "^1.8.0", "get-windows": "^9.2.0", "keypress": "^0.2.1", "nice-table": "^1.1.0", "nodeplotlib": "^0.7.7", "scrambow": "^1.8.1" }, "devDependencies": { "@types/node": "^22.13.5", "typescript": "^5.7.3" } }