@rishovt/angular-nepali-datepicker
Version:
A lightweight Angular wrapper and fully customizable, non-typeable Nepali datepicker component for Angular with support for Unicode-rendered Nepali dates, BS↔AD conversion, and flexible date formats. Ideal for forms requiring calendar-based input with nat
70 lines (69 loc) • 2.26 kB
JSON
{
"name": "@rishovt/angular-nepali-datepicker",
"version": "1.0.3",
"description": "A lightweight Angular wrapper and fully customizable, non-typeable Nepali datepicker component for Angular with support for Unicode-rendered Nepali dates, BS↔AD conversion, and flexible date formats. Ideal for forms requiring calendar-based input with native Nepali script display.",
"author": "Rishov Thapa Chhetri <rishov096@gmail.com>",
"license": "MIT",
"scripts": {
"bump:version": "node bumpVersion.js",
"build:ve": "ng build angular-nepali-datepicker-ve",
"build:ivy": "ng build angular-nepali-datepicker",
"copy:postinstall": "node copy-postinstall.js",
"build:all": "npm run bump:version && npm run build:ve --no-cache && npm run build:ivy --no-cache && npm run copy:postinstall --no-cache",
"test": "ng test",
"prepublishOnly": "npm run build:all",
"postinstall": "node dist/angular-nepali-datepicker/postinstall.js"
},
"keywords": [
"angular",
"nepali-datepicker",
"bikram-sambat",
"date-picker",
"nepali-date-converter",
"nepali-calendar",
"angular-nepali-datepicker",
"bs-to-ad",
"ad-to-bs",
"nepali-date-wrapper",
"angular-nepali-calendar",
"nepali-functions",
"ngModel",
"formcontrol",
"ivy-compatible",
"view-engine-support",
"dual-angular-build",
"offline-datepicker",
"angular-date-picker",
"bs-ad-conversion"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"private": false,
"files": [
"dist/angular-nepali-datepicker/angular-nepali-datepicker-ve",
"dist/angular-nepali-datepicker/angular-nepali-datepicker-ivy",
"dist/angular-nepali-datepicker/postinstall.js",
"dist/angular-nepali-datepicker/assets",
"LICENSE",
"CHANGELOG.md"
],
"dependencies": {
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/cli": "~12.2.18",
"@angular/compiler-cli": "~12.2.0",
"@angular-devkit/build-angular": "~12.2.18",
"ng-packagr": "^12.1.1",
"typescript": "~4.3.5"
},
"engines": {
"node": ">=10.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/rishov21/angular-nepali-datepicker.git"
}
}