UNPKG

swedish-holidays

Version:

Library for calculating the date of all swedish holidays for any given year.

49 lines (48 loc) 1.38 kB
{ "name": "swedish-holidays", "version": "1.1.2", "description": "Library for calculating the date of all swedish holidays for any given year.", "main": "./dist/index.js", "scripts": { "build": "rm -rf ./dist && tsc", "test": "node --loader tsx --test ./tests/*", "prettier:all": "prettier --write ./src && prettier --write ./tests", "pretty": "pretty-quick --staged", "prepack": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Pythe1337N/swedish-holidays.git" }, "keywords": [ "holiday", "holidays", "sweden", "easter", "helger", "helgdag", "helgdagar", "sverige", "påsk" ], "author": "Oskar Bernberg (Pythe1337N)", "license": "MIT", "files": [ "dist/*", "examples/*" ], "devDependencies": { "@types/node": "^18.11.17", "pre-commit": "^1.2.2", "prettier": "^2.8.1", "pretty-quick": "^3.1.3", "tsx": "^3.12.1", "typescript": "^4.9.4" }, "pre-commit": "pretty", "homepage": "https://github.com/Pythe1337N/swedish-holidays#readme", "bugs": { "url": "https://github.com/Pythe1337N/swedish-holidays/issues" }, "runkitExampleFilename": "./examples/example.js" }