{
    "author": "Sebastian Pekarek <mail@sebbo.net>",
    "bin": {
        "vestaboard2mqtt": "./dist/bin/start.mjs"
    },
    "bugs": {
        "url": "https://github.com/sebbo2002/vestaboard2mqtt/issues"
    },
    "dependencies": {
        "async-mqtt": "^2.6.3",
        "node-ical": "^0.27.1",
        "vestaboard-api": "^1.1.5"
    },
    "description": "Small script to connect a Vestaboard with my home automation via MQTT.",
    "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",
        "@types/node-fetch": "^3.0.3",
        "@types/ws": "^8.18.1",
        "c8": "^12.0.0",
        "eslint": "^10.6.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",
        "prettier": "^3.9.4",
        "semantic-release": "^25.0.7",
        "semantic-release-license": "^1.0.3",
        "source-map-support": "^0.5.21",
        "tsdown": "^0.22.3",
        "tsx": "^4.23.0",
        "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/vestaboard2mqtt#readme",
    "license": "MIT",
    "main": "./dist/lib/index.cjs",
    "module": "./dist/lib/index.mjs",
    "name": "@sebbo2002/vestaboard2mqtt",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/sebbo2002/vestaboard2mqtt.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": "8.0.1"
}
