{
  "name": "swedish-holidays-ts",
  "version": "1.0.4",
  "description": "Typescript library for calculating the date of all swedish holidays for any given year.",
  "main": "./dist/holidays.js",
  "types": "./dist/holidays.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "vitest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/martinlarka/swedish-holidays-ts.git"
  },
  "keywords": [
    "holiday",
    "holidays",
    "sweden",
    "helger",
    "helgdag",
    "helgdagar",
    "sverige",
    "typescript"
  ],
  "author": "Martin Lärka",
  "license": "MIT",
  "files": [
    "dist/*",
    "examples/*"
  ],
  "devDependencies": {
    "pre-commit": "^1.2.2",
    "typescript": "^4.7.3",
    "vitest": "^0.23.2"
  },
  "precommit": "build",
  "homepage": "https://github.com/martinlarka/swedish-holidays-ts#readme",
  "bugs": {
    "url": "https://github.com/martinlarka/swedish-holidays-ts/issues"
  },
  "runkitExampleFilename": "./examples/example.ts",
  "dependencies": {}
}