khmer-lunar-d
Version:
Khmer Lunar date Plugin for Day.js
31 lines (30 loc) • 613 B
JSON
{
"name": "khmer-lunar-d",
"version": "0.2.4",
"description": "Khmer Lunar date Plugin for Day.js",
"main": "./src/index.ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "https://github.com/ChanthornAcademy/khmer-lunar-d.git"
},
"keywords": [
"Khmer date",
"Khmer Lunar",
"Lunar"
],
"author": "chanthorn",
"license": "MIT",
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^4.4.5"
},
"dependencies": {
"dayjs": "^1.11.9",
"khmercal": "^0.1.0"
}
}