{
  "name": "tokyo-3",
  "version": "1.0.6",
  "description": "Worlds Best Pomodoro. 3rd Impact Imminent. Switching to Auxillary Power.",
  "main": "dist/index.js",
  "repository": "jww127/tokyo-3",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "watch": "npx jest --watch"
  },
  "bin": {
    "tokyo": "./dist/index.js"
  },
  "files": [
    "/dist",
    "/images",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "Pomodoro",
    "Cli",
    "Timer",
    "Countdown",
    "Clock"
  ],
  "author": "github.com/jww127",
  "license": "MIT",
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.1",
    "@types/jest": "^29.1.2",
    "@types/node": "^18.7.23",
    "@types/node-notifier": "^8.0.3",
    "@types/terminal-kit": "^2.5.0",
    "@types/yargs": "^17.0.13",
    "jest": "^29.2.0",
    "prettier": "^2.7.1",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "cfonts": "^3.1.1",
    "colorette": "^2.0.19",
    "node-notifier": "^10.0.1",
    "terminal-kit": "^3.0.0",
    "yargs": "^17.5.1"
  }
}
