{
  "name": "jours-feries-france",
  "version": "1.2.0",
  "description": "Bibliothèque pour gérer les jours fériés en France",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "jest",
    "build": "./scripts/build.sh",
    "lint": "eslint src --ext .ts",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint"
  },
  "type": "commonjs",
  "keywords": [
    "jours",
    "fériés",
    "france",
    "date",
    "nodejs",
    "holidays",
    "french"
  ],
  "author": "Mohamed BEN HARIZ",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mohamedbenhariz/jours-feries-france.git"
  },
  "bugs": {
    "url": "https://github.com/mohamedbenhariz/jours-feries-france/issues"
  },
  "homepage": "https://github.com/mohamedbenhariz/jours-feries-france#readme",
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.2",
    "@semantic-release/npm": "^12.0.1",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.24",
    "@typescript-eslint/eslint-plugin": "^8.32.0",
    "@typescript-eslint/parser": "^8.32.0",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "semantic-release": "^24.2.3",
    "ts-jest": "^29.3.2",
    "typescript": "^5.3.3"
  }
}
