UNPKG

react-awesome-countdowntimer

Version:

An awesome lightweight countdown timer for React with custom renderer, callbacks, and zero dependencies.

61 lines (60 loc) 1.61 kB
{ "name": "react-awesome-countdowntimer", "version": "3.0.2", "description": "An awesome lightweight countdown timer for React with custom renderer, callbacks, and zero dependencies.", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./dist/index.css": "./dist/index.css" }, "files": [ "dist" ], "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "scripts": { "dev": "vite build --watch", "build": "vite build", "preview": "vite preview", "prepublishOnly": "pnpm run build" }, "author": { "name": "Hassan Tauqeer", "url": "https://github.com/hassantauqeer", "email": "tauqeerhassan66@gmail.com" }, "license": "MIT", "devDependencies": { "@types/react": "^19.2.14", "@vitejs/plugin-react": "^6.0.1", "react": "^19.2.4", "react-dom": "^19.2.4", "vite": "^8.0.1" }, "npmName": "react-awesome-countdowntimer", "keywords": [ "react-countdown", "react-countdown-timer", "countdown", "countdown-timer", "react", "react-timer", "react-component" ], "repository": { "type": "git", "url": "https://github.com/hassantauqeer/react-awesome-countdowntimer" }, "bugs": { "url": "https://github.com/hassantauqeer/react-awesome-countdowntimer/issues" }, "homepage": "https://github.com/hassantauqeer/react-awesome-countdowntimer" }