UNPKG

datetime-fcs

Version:

A library to format dates, track countdowns, and calculate durations.

66 lines (64 loc) 1.6 kB
{ "name": "datetime-fcs", "version": "1.0.1", "description": "A library to format dates, track countdowns, and calculate durations.", "main": "dist/index.js", "type": "module", "author": { "name": "Zayn Miraj", "email": "zayn.miraj@gmail.com", "url": "https://zaynmiraj.com", "github": "https://github.com/zaynmiraj", "npm": "https://npmjs.com/~zaynmiraj", "organization": "NimCloud Systems", "organization website":"https://nimcloudsystems.com" }, "scripts": { "build": "babel src -d dist", "test": "echo \"No tests specified\" && exit 0" }, "dependencies": { "date-fns": "^4.1.0" }, "devDependencies": { "@babel/cli": "^7.28.0", "@babel/preset-env": "^7.28.0" }, "keywords": [ "datetime", "countdown", "duration", "react", "vue", "nextjs", "datetime-fcs", "react-native-datetime", "date-fns", "zaynmiraj", "nimcloudsystems", "ZaYn Miraj", "React Native Datetime", "React Native Datetime Picker", "React Native countdown", "React Native duration", "React Native date-fns", "React Native datetime-fcs", "React Native countdown-fcs", "React datetime-fcs", "React duration-fcs", "React countdown-fcs", "NimCloud", "Datetime npm", "Countdown npm", "Duration npm" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/zaynmiraj/datetime-fcs.git" }, "bugs": { "url": "https://github.com/zaynmiraj/datetime-fcs/issues" }, "homepage": "https://github.com/zaynmiraj/datetime-fcs#readme" }