UNPKG

poland-public-holidays

Version:
33 lines (32 loc) 796 B
{ "name": "poland-public-holidays", "version": "4.0.0", "description": "compute dates of public holidays in Poland", "main": "build/index.js", "scripts": { "build": "tsc", "test": "mocha -r ts-node/register 'src/**/*.spec.ts'" }, "keywords": [ "poland", "public holiday", "holidays", "easter" ], "repository": "https://github.com/szydlovski/poland-public-holidays", "author": { "name": "Kamil Szydlowski", "email": "kamil.szydlovski@gmail.com", "url": "https://szydlovski.com" }, "license": "MIT", "devDependencies": { "@types/chai": "^4.3.1", "@types/mocha": "^9.1.0", "c8": "^7.4.0", "chai": "^4.2.0", "mocha": "^8.2.1", "ts-node": "^10.7.0", "typescript": "^4.4.2" } }