{
    "name": "@project-chip/matter.js-react-native",
    "version": "0.10.7",
    "description": "Matter BLE support for node.js",
    "keywords": [
        "iot",
        "home automation",
        "matter",
        "smart device",
        "ble"
    ],
    "license": "Apache-2.0",
    "author": "Project CHIP Authors",
    "contributors": [
        "Ingo Fischer <github@fischer-ka.de>"
    ],
    "bugs": {
        "url": "https://github.com/project-chip/matter.js/issues"
    },
    "homepage": "https://github.com/project-chip/matter.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/project-chip/matter.js.git"
    },
    "scripts": {
        "clean": "matter-build clean",
        "build": "matter-build",
        "build-clean": "matter-build --clean",
        "build-doc": "typedoc --excludeExternals --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-markdown --tsconfig src/tsconfig.json"
    },
    "devDependencies": {
        "@project-chip/matter.js-tools": "0.10.7",
        "ts-node": "^10.9.2",
        "typescript": "~5.5.3"
    },
    "dependencies": {
        "@project-chip/matter-node.js": "0.10.7",
        "@project-chip/matter.js": "0.10.7",
        "@react-native-async-storage/async-storage": "^2.0.0",
        "@react-native-community/netinfo": "^11.3.2",
        "@types/jwk-to-pem": "^2.0.3",
        "@types/node": "^22.5.2",
        "jwk-to-pem": "^2.0.5",
        "react-native-ble-plx": "^3.2.1",
        "react-native-polyfill-globals": "^3.1.0",
        "react-native-quick-crypto": "^0.7.4",
        "react-native-udp": "^4.1.7"
    },
    "overrides": {
        "brorand": "npm:@matter.js/brorand@1.1.0"
    },
    "files": [
        "dist/**/*",
        "src/**/*",
        "require/**/*",
        "LICENSE",
        "README.md"
    ],
    "type": "module",
    "main": "dist/cjs/export.js",
    "module": "dist/esm/export.js",
    "exports": {
        ".": {
            "import": {
                "types": "./dist/esm/export.d.ts",
                "default": "./dist/esm/export.js"
            },
            "require": {
                "types": "./dist/cjs/export.d.ts",
                "default": "./dist/cjs/export.js"
            }
        },
        "./package.json": "./package.json",
        "./*": {
            "import": {
                "types": "./dist/esm/*/export.d.ts",
                "default": "./dist/esm/*/export.js"
            },
            "require": {
                "types": "./dist/cjs/*/export.d.ts",
                "default": "./dist/cjs/*/export.js"
            }
        }
    },
    "types": "dist/esm/export.d.ts",
    "typesVersions": {
        "*": {
            ".": [
                "/dist/cjs/export.d.ts"
            ],
            "*": [
                "/dist/cjs/*/export.d.ts"
            ]
        }
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "af286766a0eb2f8218d368273db9cfb6a183822e"
}
