{
    "author": "Sebastian Pekarek <mail@sebbo.net>",
    "bin": {
        "pyatv-mqtt-bridge": "./dist/bin/cli.mjs"
    },
    "bugs": {
        "email": "peithosoreixookierah@e.sebbo.net",
        "url": "https://github.com/sebbo2002/pyatv-mqtt-bridge/issues"
    },
    "dependencies": {
        "@sebbo2002/node-pyatv": "^9.0.3",
        "mqtt": "^5.15.1"
    },
    "description": "Bridge which allows you to control your Apple TV via MQTT",
    "devDependencies": {
        "@eslint/js": "^10.0.1",
        "@sebbo2002/semantic-release-docker": "^6.0.2",
        "@semantic-release/changelog": "^6.0.3",
        "@semantic-release/exec": "^7.1.0",
        "@semantic-release/git": "^10.0.1",
        "@semantic-release/github": "^12.0.8",
        "@semantic-release/npm": "^13.1.5",
        "@types/mocha": "^10.0.10",
        "@types/node": "^25.9.1",
        "@types/ws": "^8.18.1",
        "c8": "^11.0.0",
        "eslint": "^10.4.0",
        "eslint-config-prettier": "^10.1.8",
        "eslint-plugin-jsonc": "^3.1.2",
        "eslint-plugin-perfectionist": "^5.9.0",
        "esm": "^3.2.25",
        "globals": "^17.6.0",
        "husky": "^9.1.7",
        "license-checker": "^25.0.1",
        "prettier": "^3.8.3",
        "semantic-release": "^25.0.3",
        "semantic-release-license": "^1.0.3",
        "source-map-support": "^0.5.21",
        "tsdown": "^0.22.0",
        "tsx": "^4.22.3",
        "typedoc": "^0.28.19",
        "typescript": "^6.0.3",
        "typescript-eslint": "^8.60.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/pyatv-mqtt-bridge#readme",
    "license": "MIT",
    "main": "./dist/lib/index.cjs",
    "module": "./dist/lib/index.mjs",
    "name": "@sebbo2002/pyatv-mqtt-bridge",
    "repository": {
        "type": "git",
        "url": "https://github.com/sebbo2002/pyatv-mqtt-bridge.git"
    },
    "scripts": {
        "build": "tsdown",
        "build-all": "./.github/workflows/build.sh",
        "develop": "tsx src/bin/cli.ts",
        "license-check": "license-checker --production --summary",
        "lint": "npx eslint . --fix && npx prettier . --write",
        "start": "node ./dist/bin/cli.mjs"
    },
    "type": "module",
    "version": "11.0.0"
}
