{
  "name": "tyxt",
  "version": "1.0.6",
  "description": "A terminal typing speed tester built with @opentui/core (requires Bun)",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "tyxt": "./bin/tyxt.cjs"
  },
  "files": [
    "dist",
    "bin"
  ],
  "scripts": {
    "build": "bun run build.js",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "typing",
    "speed",
    "tester",
    "tui",
    "terminal",
    "cli",
    "monkeytype",
    "bun"
  ],
  "engines": {
    "node": ">=18.0.0",
    "bun": ">=1.0.0"
  },
  "author": "kdinesh24",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/kdinesh24/open-tui.git"
  },
  "bugs": {
    "url": "https://github.com/kdinesh24/open-tui/issues"
  },
  "homepage": "https://github.com/kdinesh24/open-tui#readme",
  "dependencies": {
    "@opentui/core": "^0.1.41",
    "@types/node": "^24.10.1",
    "typescript": "^5.9.3"
  }
}
