adbsmagic
Version:
A package for AD to BS and BS to AD date conversion
29 lines (28 loc) • 630 B
JSON
{
"name": "adbsmagic",
"version": "1.0.11",
"description": "A package for AD to BS and BS to AD date conversion",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"clean": "rm -rf dist",
"build": "npm run clean && tsc",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
},
"keywords": [
"date-conversion",
"AD-to-BS",
"BS-to-AD",
"Nepali-Date"
],
"author": "Bibek Basnet",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
}
}