{
    "name": "@babylonjs/react-native",
    "title": "React Native Babylon",
    "version": "2.0.5",
    "description": "Babylon Native integration into React Native",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "postinstall": "node ./postinstall.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/babylonjs/BabylonReactNative.git",
        "baseUrl": "https://github.com/babylonjs/BabylonReactNative"
    },
    "keywords": [
        "react-native"
    ],
    "author": {
        "name": "Your Name",
        "email": "yourname@email.com"
    },
    "homepage": "https://github.com/BabylonJS/BabylonReactNative#readme",
    "license": "MIT",
    "licenseFilename": "LICENSE",
    "readmeFilename": "README.md",
    "dependencies": {
        "base-64": "^0.1.0",
        "cmake-runtime": "3.31.0",
        "semver": "^7.3.2"
    },
    "peerDependencies": {
        "@babylonjs/core": ">=9.0.0",
        "react": "*",
        "react-native": "*",
        "react-native-permissions": ">=3.0.0"
    },
    "devDependencies": {
        "@babel/core": "^7.8.4",
        "@babel/runtime": "^7.8.4",
        "@babylonjs/core": ">=9.0.0",
        "@rnw-scripts/eslint-config": "0.1.6",
        "@rnw-scripts/ts-config": "0.1.0",
        "@types/base-64": "^0.1.3",
        "@types/jest": "^25.2.1",
        "react-native": "^0.81.6",
        "@types/react": "^19.1.0",
        "react-native-permissions": "^5.4.1",
        "@types/react-test-renderer": "^16.9.2",
        "@types/semver": "^7.3.4",
        "eslint": "7.12.0",
        "just-scripts": "^0.44.7",
        "prettier": "1.19.1",
        "typescript": "^4.3.5"
    }
}
