react-bengali-date
Version:
A comprehensive React component and utility library for Bengali date handling with numeral conversion and flexible date formatting
39 lines • 966 B
JSON
{
"name": "react-bengali-date",
"version": "1.0.0",
"description": "A comprehensive React component and utility library for Bengali date handling with numeral conversion and flexible date formatting",
"main": "src/index.js",
"module": "src/index.js",
"files": [
"src/",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"bengali",
"date",
"bangladesh",
"numerals",
"localization",
"i18n",
"date-picker",
"bengali-numerals"
],
"author": "Your Name",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/720pixel/React-Bengali-Date.git"
},
"bugs": {
"url": "https://github.com/720pixel/React-Bengali-Date/issues"
},
"homepage": "https://github.com/720pixel/React-Bengali-Date#readme"
}