{
  "name": "tickwatchjs",
  "version": "1.1.2",
  "description": "TickWatch is a jQuery plugin that provides a customizable electronic clock with start, stop, and set functionalities. It can count up or down and display time in various formats.",
  "keywords": [
    "jquery",
    "jquery-plugin",
    "jqueryui",
    "clock",
    "timer",
    "countdown",
    "countup",
    "digital-clock",
    "time-management",
    "time-display",
    "electronic-clock",
    "time-tracking",
    "clock-widget",
    "real-time",
    "time-utilities"
  ],
  "main": "index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "echo \\\"Error: no demo specified\\\" && exit 1",
    "serve": "npx vite",
    "build": "npx vite build"
  },
  "author": "HichemTab <konanhichemsinshi@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/HichemTab-tech/TickWatch-js.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HichemTab-tech/TickWatch-js/issues"
  },
  "homepage": "https://github.com/HichemTab-tech/TickWatch-js#readme",
  "dependencies": {
    "jquery": "^3.7.0",
    "npm-jquery-plugin-helpers": "^1.1.0"
  },
  "devDependencies": {
    "sass": "^1.77.4",
    "vite": "^5.0.11",
    "rollup-plugin-terser": "^7.0.2",
    "terser-webpack-plugin": "^5.3.9",
    "vite-plugin-banner": "^0.7.1"
  }
}
