{
  "name": "react-countdown-circle-timer",
  "version": "3.2.1",
  "description": "Lightweight React countdown timer component with color and progress animation based on SVG",
  "main": "./lib/index.js",
  "module": "./lib/index.module.js",
  "source": "./src/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "start": "node scripts/serve.js",
    "build": "node scripts/build.js",
    "dev:push": "pnpm run build && yalc push",
    "test": "jest --collectCoverage",
    "test:watch": "jest --watch",
    "prepublish": "pnpm build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vydimitrov/react-countdown-circle-timer.git"
  },
  "keywords": [
    "react",
    "countdown",
    "timer",
    "circle",
    "clock",
    "SVG"
  ],
  "author": "Vasil Dimitrov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vydimitrov/react-countdown-circle-timer/issues"
  },
  "homepage": "https://github.com/vydimitrov/react-countdown-circle-timer/tree/master/packages/web#readme",
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@countdown/shared": "workspace:*"
  }
}
