UNPKG

temporal-react-hook

Version:

A React library that provides hooks for handling date and time operations using the Temporal API

41 lines (40 loc) 911 B
{ "name": "temporal-react-hook", "version": "2.2.2", "description": "A React library that provides hooks for handling date and time operations using the Temporal API", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepare": "npm run build" }, "keywords": [ "react", "hooks", "temporal", "datetime", "date", "time", "timezone", "duration", "formatting", "leap-year", "parse-iso" ], "author": "Vlad Grigoryan", "license": "ISC", "dependencies": { "@js-temporal/polyfill": "^0.5.1", "react": "^19.1.0", "react-dom": "^19.1.0" }, "devDependencies": { "@types/react": "^18.3.3", "react-test-renderer": "^19.1.0", "typescript": "^5.5.4" }, "repository": { "type": "git", "url": "https://github.com/vlad-grigoryan/temporal-react-hook" } }