persidate
Version:
persidate is a lightweight package for converting and managing Shamsi (Jalali) and Gregorian dates in JavaScript/TypeScript.
38 lines (37 loc) • 842 B
JSON
{
"name": "persidate",
"version": "0.8.0",
"description": "persidate is a lightweight package for converting and managing Shamsi (Jalali) and Gregorian dates in JavaScript/TypeScript.",
"author": "Mahdi Safari <mmsafari79@gmail.com>",
"license": "ISC",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mmsafari/persidate"
},
"engines": {
"node": ">=14"
},
"bugs": {
"url": "https://github.com/mmsafari/persidate/issues"
},
"homepage": "https://github.com/mmsafari/persidate?tab=readme-ov-file#usage",
"keywords": [
"persidate",
"date",
"shamsi",
"jalali",
"persian",
"calendar",
"converter",
"timestamp",
"date-utils",
"date-converter"
],
"devDependencies": {
"typescript": "^5.6.3"
}
}