UNPKG

colombian-holidays

Version:
44 lines (43 loc) 1.05 kB
{ "name": "colombian-holidays", "version": "5.0.10", "description": "Colombian holidays", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "format": "biome format --write", "lint": "biome lint --write", "test": "vitest run", "build": "tsup src/index.ts --dts --format cjs,esm --out-dir dist", "prepublishOnly": "biome check && npm test && npm run build" }, "license": "MIT", "bugs": { "url": "https://github.com/MauricioRobayo/colombian-holidays/issues" }, "homepage": "https://github.com/MauricioRobayo/colombian-holidays", "author": "Mauricio Robayo <rfmajo@gmail.com> (https://www.mauriciorobayo.com)", "keywords": [ "Colombian holidays", "Festivos en Colombia", "Colombia", "Festivos", "Holidays" ], "devDependencies": { "@biomejs/biome": "2.1.3", "tsup": "^8.5.0", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "dependencies": { "pascua": "^3.0.8" }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/MauricioRobayo/colombian-holidays.git" } }