{
  "name": "@dilapidated-penguin/cubetimer",
  "version": "1.0.16",
  "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"
  },
  "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",
    "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": "^1.1.2",
    "scrambow": "^1.8.1"
  },
  "devDependencies": {
    "@types/node": "^22.13.5",
    "typescript": "^5.7.3"
  }
}
