{
    "name": "esphome-native-api-js",
    "version": "1.3.6",
    "license": "MIT",
    "private": false,
    "description": "esphome native javascript api client",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Test passed\""
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/stewartoallen/esphome-native-api.git"
    },
    "keywords": [
        "esphome",
        "native-api",
        "client"
    ],
    "author": "D",
    "bugs": {
        "url": "https://github.com/stewartoallen/esphome-native-api.git"
    },
    "homepage": "https://github.com/stewartoallen/esphome-native-api#readme",
    "dependencies": {
        "@richardhopton/noise-c.wasm": "^0.5.0",
        "google-protobuf": "^3.21.2",
        "multicast-dns": "^7.2.5"
    },
    "bin": {
        "esphome-discover": "scripts/discover.js",
        "rebuild-protobuf": "scripts/regen-proto.sh"
    }
}
