{
    "author": "Sebastian Pekarek <mail@sebbo.net>",
    "bin": {
        "fitness-first-ical-proxy": "./dist/bin/start.mjs"
    },
    "bugs": {
        "url": "https://github.com/sebbo2002/fitness-first-ical-proxy/issues"
    },
    "dependencies": {
        "express": "^5.2.1",
        "ical-generator": "^11.1.0"
    },
    "description": "Small proxy that provides the course schedule from fitnessfirst.de/kurse as an iCal calendar.",
    "devDependencies": {
        "@eslint/js": "^10.0.1",
        "@sebbo2002/semantic-release-docker": "^7.0.1",
        "@semantic-release/changelog": "^7.0.0",
        "@semantic-release/exec": "^7.1.0",
        "@semantic-release/git": "^11.0.1",
        "@semantic-release/npm": "^13.1.5",
        "@types/express": "^5.0.6",
        "@types/mocha": "^10.0.10",
        "@types/node": "^26.1.1",
        "c8": "^12.0.0",
        "eslint": "^10.7.0",
        "eslint-config-prettier": "^10.1.8",
        "eslint-plugin-jsonc": "^3.3.0",
        "eslint-plugin-perfectionist": "^5.10.0",
        "esm": "^3.2.25",
        "globals": "^17.7.0",
        "husky": "^9.1.7",
        "license-checker": "^25.0.1",
        "mocha": "^11.7.6",
        "mochawesome": "^7.1.4",
        "nyc": "^18.0.0",
        "prettier": "^3.9.6",
        "semantic-release": "^25.0.8",
        "semantic-release-license": "^1.0.3",
        "source-map-support": "^0.5.21",
        "tsdown": "^0.22.14",
        "tsx": "^4.23.1",
        "typedoc": "^0.28.20",
        "typescript": "^6.0.3",
        "typescript-eslint": "^8.62.1"
    },
    "engines": {
        "node": "22 || >=24.0.0"
    },
    "exports": {
        "import": "./dist/lib/index.mjs",
        "require": "./dist/lib/index.cjs"
    },
    "files": [
        "/dist"
    ],
    "homepage": "https://github.com/sebbo2002/fitness-first-ical-proxy#readme",
    "license": "MIT",
    "main": "./dist/lib/index.cjs",
    "module": "./dist/lib/index.mjs",
    "name": "@sebbo2002/fitness-first-ical-proxy",
    "overrides": {
        "yargs": "^18.0.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/sebbo2002/fitness-first-ical-proxy.git"
    },
    "scripts": {
        "build": "tsdown",
        "build-all": "./.github/workflows/build.sh",
        "coverage": "c8 mocha",
        "develop": "tsx src/bin/start.ts",
        "license-check": "license-checker --production --summary",
        "lint": "npx eslint . --fix && npx prettier . --write",
        "start": "node ./dist/bin/start.mjs",
        "test": "mocha"
    },
    "type": "module",
    "version": "9.0.2"
}
