UNPKG

persian-date-validate

Version:
78 lines (77 loc) 1.56 kB
{ "name": "persian-date-validate", "version": "0.1.0", "description": "Validate a Persian date", "author": "Shahab Movahhedi <dev@shmovahhedi.com> (https://shmovahhedi.com)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/movahhedi/persian-date-validate" }, "bugs": { "url": "https://github.com/movahhedi/persian-date-validate/issues" }, "homepage": "https://github.com/movahhedi/persian-date-validate#readme", "keywords": [ "persian", "leap", "year", "calendar", "jalali", "iranian", "date", "kabiseh", "کبیسه", "سال", "جلالی", "تقویم" ], "packageManager": "yarn@4.4.0", "type": "module", "source": "./src/index.ts", "exports": { "require": "./dist/index.cjs", "default": "./dist/index.modern.js" }, "main": "./dist/index.cjs", "module": "./dist/index.module.js", "unpkg": "./dist/index.umd.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "prepublishOnly": "yarn build", "build": "microbundle", "dev": "microbundle watch", "test": "vitest" }, "dependencies": { "persian-leap": "^0.2.1" }, "devDependencies": { "microbundle": "^0.15.1", "typescript": "^5.0.4", "vitest": "^2.0.5" }, "cspell": { "version": "0.2", "words": [ "microbundle", "jalali", "kabiseh", "Farvardin", "Ordibehesht", "Khordad", "Tir", "Mordad", "Shahrivar", "Mehr", "Aban", "Azar", "Dey", "Bahman", "Esfand" ] } }