nepali-date-library
Version:
A Nepali Date Library for both typescript and javascript
46 lines • 1.14 kB
JSON
{
"name": "nepali-date-library",
"private": false,
"version": "1.1.3",
"type": "module",
"files": [
"dist"
],
"license": "MIT",
"author": "Sandip Ghimire",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"scripts": {
"build": "tsc --emitDeclarationOnly && esbuild src/index.ts --bundle --platform=node --format=cjs --minify --outfile=dist/index.cjs.js && esbuild src/index.ts --bundle --platform=node --format=esm --minify --outfile=dist/index.mjs.js"
},
"description": "A Nepali Date Library for both typescript and javascript",
"devDependencies": {
"@types/node": "^22.13.5",
"esbuild": "^0.25.0",
"typescript": "^5.7.3"
},
"keywords": [
"nepal",
"nepali-date-library",
"nepali",
"nepali-date",
"nepali-date-converter",
"date-converter",
"ad-bs",
"ad-to-bs",
"bs-ad",
"bikram-sambat",
"typescript",
"javascript",
"BS date",
"AD to BS",
"BS to AD",
"nepali-ad-bs"
]
}