{
  "name": "countdown-timer-a-haseeb",
  "version": "1.0.2",
  "description": "This is a countdown-timer",
  "main": "index.js",
  "type": "module",
  "bin": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Countdown",
    "Timer",
    "Interval",
    "Deadline",
    "Duration",
    "Stopwatch",
    "Time remaining",
    "Countdown start",
    "Time lapse",
    "Time limit"
  ],
  "author": "Hiba M.Dawood",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.2",
    "date-fns": "^3.6.0",
    "inquirer": "^9.2.20"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.7"
  }
}
