UNPKG

colombian-holidays

Version:
53 lines (52 loc) 1.28 kB
{ "name": "colombian-holidays", "version": "5.0.3", "description": "Colombian holidays", "main": "dist/index.js", "scripts": { "format": "prettier --write .", "lint": "eslint . --ext .ts --fix", "test": "jest --coverage", "build": "tsc", "prepublishOnly": "tsc", "ts-node": "ts-node" }, "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": { "@types/jest": "^27.4.1", "@typescript-eslint/eslint-plugin": "^5.21.0", "@typescript-eslint/parser": "^5.21.0", "eslint": "^8.14.0", "jest": "^27.0.1", "prettier": "^2.6.2", "timezone-mock": "^1.3.1", "ts-jest": "^27.1.4", "ts-node": "^10.9.1", "typescript": "^4.6.4" }, "dependencies": { "pascua": "^2.1.5" }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/MauricioRobayo/colombian-holidays.git" }, "release": { "branches": "main" } }