{
    "name": "@matter/nodejs-shell",
    "version": "0.17.3",
    "description": "Shell app for Matter controller",
    "keywords": [
        "iot",
        "home automation",
        "matter",
        "smart device"
    ],
    "license": "Apache-2.0",
    "author": "matter.js authors",
    "contributors": [
        "Martin Turon <mturon@google.com>",
        "Ingo Fischer <github@fischer-ka.de>"
    ],
    "bugs": {
        "url": "https://github.com/matter-js/matter.js/issues"
    },
    "homepage": "https://github.com/matter-js/matter.js",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/matter-js/matter.js.git"
    },
    "type": "module",
    "scripts": {
        "clean": "nacho-build clean",
        "build": "nacho-build",
        "build-clean": "nacho-build --clean",
        "shell": "nacho-run src/app.ts",
        "bundle-shell": "esbuild src/app.ts --bundle --platform=node --conditions=esbuild --external:@stoprocent/noble --external:@stoprocent/bluetooth-hci-socket --sourcemap --minify --keep-names --outfile=build/bundle/app.cjs"
    },
    "bin": {
        "matter-shell": "dist/cjs/app.js"
    },
    "dependencies": {
        "@matter/general": "0.17.3",
        "@matter/model": "0.17.3",
        "@matter/node": "0.17.3",
        "@matter/nodejs": "0.17.3",
        "@matter/nodejs-ble": "0.17.3",
        "@matter/protocol": "0.17.3",
        "@matter/types": "0.17.3",
        "@project-chip/matter.js": "0.17.3",
        "ws": "^8.21.0",
        "yargs": "^18.0.0"
    },
    "engines": {
        "node": ">=20.19.0 <22.0.0 || >=22.13.0"
    },
    "files": [
        "dist/**/*",
        "src/**/*",
        "LICENSE",
        "README.md"
    ],
    "publishConfig": {
        "access": "public"
    }
}