{
    "displayName": "Meraki Control",
    "name": "homebridge-meraki-control",
    "version": "1.4.2",
    "description": "Homebridge plugin to control Meraki devices.",
    "license": "MIT",
    "author": "grzegorz914",
    "maintainers": [
        "grzegorz914"
    ],
    "homepage": "https://github.com/grzegorz914/homebridge-meraki-control#readme",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/grzegorz914/homebridge-meraki-control.git"
    },
    "bugs": {
        "url": "https://github.com/grzegorz914/homebridge-meraki-control/issues"
    },
    "type": "module",
    "exports": {
        ".": "./index.js"
    },
    "files": [
        "src",
        "index.js",
        "config.schema.json",
        "package.json",
        "CHANGELOG.md",
        "README.md",
        "LICENSE"
    ],
    "engines": {
        "homebridge": "^1.9.0 || ^2.0.0 || ^2.0.0-beta.27 || ^2.0.0-alpha.37",
        "node": "^18.20.4 || ^20.15.1 || ^22.7.0 || ^23.2.0"
    },
    "dependencies": {
        "axios": "^1.8.4"
    },
    "keywords": [
        "homebridge",
        "homebridge-plugin",
        "homekit",
        "meraki",
        "cisco"
    ],
    "contributors": [],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    }
}