UNPKG

bdd-use-countdown

Version:

React hook encapsulating countdown functionality

45 lines (44 loc) 964 B
{ "name": "bdd-use-countdown", "version": "1.0.0", "description": "React hook encapsulating countdown functionality", "main": "dist/index.js", "module": "dist/index.mjs", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "clean": "rm -rf dist", "test": "npm link bdd-use-countdown" }, "keywords": [ "react", "hook", "countdown", "utility", "useCountdown" ], "author": "wisnu-bdd", "license": "MIT", "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.1.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.1.0" }, "devDependencies": { "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "dependencies": { "bdd-date-ext": "^1.0.3" } }