{
    "name": "react-native-screen-util",
    "version": "1.3.2",
    "description": "test",
    "main": "lib/commonjs/index.js",
    "module": "lib/module/index.js",
    "types": "lib/typescript/index.d.ts",
    "react-native": "src/index.tsx",
    "source": "src/index.tsx",
    "files": [
        "src",
        "lib",
        "android",
        "ios",
        "cpp",
        "*.podspec",
        "!lib/typescript/example",
        "!ios/build",
        "!android/build",
        "!android/gradle",
        "!android/gradlew",
        "!android/gradlew.bat",
        "!android/local.properties",
        "!**/__tests__",
        "!**/__fixtures__",
        "!**/__mocks__",
        "!**/.*"
    ],
    "scripts": {
        "test": "jest",
        "typecheck": "tsc --noEmit",
        "lint": "eslint \"**/*.{js,ts,tsx}\"",
        "prepack": "bob build",
        "release": "release-it",
        "example": "yarn --cwd example",
        "bootstrap": "yarn example && yarn install",
        "scan": "qodana scan --show-report"
    },
    "keywords": [
        "responsive",
        "react-native",
        "ios",
        "android"
    ],
    "sideEffects": false,
    "repository": "https://github.com/buYoung/react-native-screen-util",
    "author": "buyongLee <leebu18@gmail.com> (https://github.com/buYoung)",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/buYoung/react-native-screen-util/issues"
    },
    "homepage": "https://github.com/buYoung/react-native-screen-util#readme",
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    },
    "devDependencies": {
        "@babel/cli": "^7.20.7",
        "@babel/core": "^7.20.7",
        "@babel/preset-env": "^7.20.2",
        "@babel/runtime": "^7.20.7",
        "@react-native-community/eslint-config": "^3.2.0",
        "@release-it/conventional-changelog": "^5.1.1",
        "@types/jest": "^26.0.23",
        "@types/lodash": "^4.14.191",
        "@types/react": "^18.0.25",
        "@types/react-native": "^0.70.7",
        "@typescript-eslint/eslint-plugin": "^5.48.0",
        "@typescript-eslint/parser": "^5.48.0",
        "eslint": "^8.30.0",
        "eslint-config-prettier": "^8.6.0",
        "eslint-plugin-import": "^2.26.0",
        "eslint-plugin-jest": "^27.2.0",
        "eslint-plugin-prettier": "^4.2.1",
        "eslint-plugin-promise": "^6.1.1",
        "eslint-plugin-react": "^7.31.11",
        "eslint-plugin-react-hooks": "^4.6.0",
        "eslint-plugin-react-native": "^4.0.0",
        "eslint-plugin-ts": "^1.0.0",
        "eslint-plugin-unused-imports": "^2.0.0",
        "flow-bin": "^0.196.3",
        "jest": "^26.6.3",
        "metro-react-native-babel-preset": "^0.74.0",
        "pod-install": "^0.1.38",
        "prettier": "^2.8.2",
        "react": "18.1.0",
        "react-dom": "18.1.0",
        "react-native": "^0.70.6",
        "react-native-builder-bob": "^0.20.3",
        "release-it": "^15.6.0",
        "typescript": "^4.9.4"
    },
    "peerDependencies": {
        "react": "*",
        "react-native": "*"
    },
    "engines": {
        "node": ">= 16.0.0"
    },
    "packageManager": "yarn@1.22.19",
    "jest": {
        "preset": "react-native",
        "modulePathIgnorePatterns": [
            "<rootDir>/example/node_modules",
            "<rootDir>/lib/"
        ]
    },
    "release-it": {
        "git": {
            "commitMessage": "chore: release ${version}",
            "tagName": "v${version}"
        },
        "npm": {
            "publish": true
        },
        "github": {
            "release": true
        },
        "hooks": {
            "before:init": [
                "export GITHUB_TOKEN=$(gh auth token)"
            ]
        }
    },
    "react-native-builder-bob": {
        "source": "src",
        "output": "lib",
        "targets": [
            "commonjs",
            "module",
            [
                "typescript",
                {
                    "project": "tsconfig.build.json"
                }
            ]
        ],
        "files": [
            "src/"
        ]
    },
    "dependencies": {
        "eventemitter2": "^6.4.9",
        "fast-equals": "^4.0.3",
        "lodash": "^4.17.21",
        "qcompare": "^1.4.7",
        "react-if": "^4.1.4",
        "zustand": "^4.3.1"
    }
}
