{
    "name": "@launchdarkly/react-native-client-sdk",
    "version": "10.10.4",
    "description": "React Native LaunchDarkly SDK",
    "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
    "repository": {
        "type": "git",
        "url": "https://github.com/launchdarkly/js-core.git"
    },
    "license": "Apache-2.0",
    "packageManager": "yarn@3.4.1",
    "keywords": [
        "launchdarkly",
        "react-native"
    ],
    "type": "commonjs",
    "main": "./dist/src/index.js",
    "types": "./dist/src/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/src/index.d.ts",
            "default": "./dist/src/index.js"
        }
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "clean": "rimraf dist",
        "build": "npx tsc",
        "tsw": "yarn tsc --watch",
        "start": "rimraf dist && yarn tsw",
        "lint": "eslint . --ext .ts,.tsx",
        "prettier": "prettier --write '**/*.@(js|ts|tsx|json|css)' --ignore-path ../../../.prettierignore",
        "test": "jest",
        "coverage": "yarn test --coverage",
        "check": "yarn prettier && yarn lint && yarn build && yarn test"
    },
    "peerDependencies": {
        "react": "*",
        "react-native": "*"
    },
    "dependencies": {
        "@launchdarkly/js-client-sdk-common": "1.15.0",
        "@react-native-async-storage/async-storage": "^1.21.0",
        "base64-js": "^1.5.1"
    },
    "devDependencies": {
        "@testing-library/react": "^14.1.2",
        "@trivago/prettier-plugin-sort-imports": "^4.1.1",
        "@types/jest": "^29.5.11",
        "@types/react": "^18.2.31",
        "@typescript-eslint/eslint-plugin": "^6.20.0",
        "@typescript-eslint/parser": "^6.20.0",
        "eslint": "^8.45.0",
        "eslint-config-airbnb-base": "^15.0.0",
        "eslint-config-airbnb-typescript": "^17.1.0",
        "eslint-config-prettier": "^8.8.0",
        "eslint-plugin-import": "^2.27.5",
        "eslint-plugin-jest": "^27.6.3",
        "eslint-plugin-prettier": "^5.0.0",
        "jest": "^29.7.0",
        "launchdarkly-js-test-helpers": "^2.2.0",
        "metro-react-native-babel-preset": "^0.77.0",
        "prettier": "^3.0.0",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "react-native": "^0.73.1",
        "rimraf": "^5.0.5",
        "ts-jest": "^29.1.1",
        "ts-node": "^10.9.2",
        "typedoc": "0.25.0",
        "typescript": "5.1.6"
    }
}
