{
  "name": "pascua",
  "version": "2.1.8",
  "description": "Calculate Easter date for a given year",
  "main": "dist/pascua.js",
  "scripts": {
    "format": "prettier . --write",
    "lint": "eslint src --fix",
    "test": "jest --coverage",
    "build": "tsc"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MauricioRobayo/pascua/issues"
  },
  "homepage": "https://github.com/MauricioRobayo/pascua#readme",
  "author": "Mauricio Robayo <rfmajo@gmail.com> (https://www.mauriciorobayo.com)",
  "keywords": [
    "easter",
    "easter date",
    "gregorian calendar",
    "holidays"
  ],
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "@typescript-eslint/eslint-plugin": "^5.21.0",
    "@typescript-eslint/parser": "^5.21.0",
    "eslint": "^8.14.0",
    "eslint-config-prettier": "^9.0.0",
    "jest": "^27.0.1",
    "prettier": "^3.0.0",
    "semantic-release": "^21.0.0",
    "ts-jest": "^27.1.4",
    "typescript": "^4.6.4"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/MauricioRobayo/pascua.git"
  },
  "release": {
    "branches": [
      "main"
    ]
  }
}
