{
  "name": "epic-free-games",
  "version": "4.1.4",
  "description": "Get weekly Epic Games free games",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AuroPick/epic-free-games.git"
  },
  "keywords": [
    "epic",
    "epic-games",
    "free",
    "games",
    "free-games",
    "epic-free-games",
    "epic-games-free-games"
  ],
  "author": "Aykut Saki",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AuroPick/epic-free-games/issues"
  },
  "homepage": "https://github.com/AuroPick/epic-free-games#readme",
  "devDependencies": {
    "@kaizentech/eslint-config-typescript-base": "^1.2.0",
    "@types/node": "^24.0.3",
    "@types/node-fetch": "^2.6.12",
    "eslint": "^8.41.0",
    "prettier": "^2.8.3",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@fastify/deepmerge": "^1.3.0",
    "dayjs": "^1.11.7",
    "node-fetch": "2.7.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
