UNPKG

easter-date

Version:

Calculate the date of Easter for a given year

44 lines (43 loc) 900 B
{ "name": "easter-date", "version": "1.0.3", "author": "Roman Ožana <roman@ozana.cz> (https://ozana.cz)", "repository": "OzzyCzech/easter-date", "license": "MIT", "description": "Calculate the date of Easter for a given year", "keywords": [ "easter", "date", "calendar", "holly week" ], "type": "module", "exports": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "scripts": { "build": "rm -rf dist && tsc", "release": "npx np", "prepare": "npm run build", "test": "tsc --noEmit && vitest", "format": "biome check --write .", "format:check": "biome check ." }, "engines": { "node": ">=20" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "devDependencies": { "@biomejs/biome": "2.1.2", "@types/node": "^24.1.0", "np": "^10.2.0", "tsx": "^4.20.3", "typescript": "^5.8.3", "vitest": "^3.2.4" } }