{
    "name": "react-native-pages-flipper",
    "version": "1.1.1",
    "description": "Page Flipper",
    "main": "lib/commonjs/index",
    "types": "lib/typescript/index.d.ts",
    "source": "src/index",
    "files": [
        "src",
        "lib",
        "android",
        "ios"
    ],
    "scripts": {
        "typescript": "tsc --noEmit",
        "lint": "eslint \"src/**/*.{js,ts,tsx}\"",
        "dev": "yarn watch 'yarn prepare' ./src",
        "prepare": "bob build"
    },
    "keywords": [
        "react-native",
        "ios",
        "android",
        "page",
        "flip",
        "page-flip",
        "flipper",
        "page-flipper"
    ],
    "repository": "https://github.com/chris24elias/react-native-page-flipper",
    "author": "Chris (https://github.com/chris24elias)",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/chris24elias/react-native-page-flipper/issues"
    },
    "homepage": "https://github.com/chris24elias/react-native-page-flipper#readme",
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    },
    "devDependencies": {
        "@babel/core": "^7.26.0",
        "@babel/plugin-syntax-dynamic-import": "^7.8.3",
        "@react-native-community/eslint-config": "^2.0.0",
        "@types/jest": "^26.0.0",
        "@types/react": "^18.3.1",
        "babel-plugin-module-resolver": "^4.1.0",
        "eslint": "^7.2.0",
        "eslint-config-prettier": "^7.0.0",
        "eslint-plugin-prettier": "^3.1.3",
        "expo-linear-gradient": "~14.0.1",
        "husky": "^4.2.5",
        "jest": "~29.7.0",
        "metro-react-native-babel-preset": "^0.77.0",
        "prettier": "^2.0.5",
        "react": "^18.3.1",
        "react-native": "^0.76.2",
        "react-native-builder-bob": "^0.18.1",
        "react-native-gesture-handler": "^2.20.2",
        "react-native-linear-gradient": "^2.8.3",
        "react-native-reanimated": "^3.16.1",
        "typescript": "^5.3.3"
    },
    "peerDependencies": {
        "expo-linear-gradient": "~14.0.1",
        "react": "^18.3.1",
        "react-native": "^0.76.2",
        "react-native-gesture-handler": "~2.20.2",
        "react-native-linear-gradient": "^2.8.3",
        "react-native-reanimated": "^3.16.1"
    },
    "react-native-builder-bob": {
        "source": "src",
        "output": "lib",
        "targets": [
            [
                "commonjs",
                {
                    "configFile": "./babel.config.js"
                }
            ],
            "module",
            [
                "typescript",
                {
                    "project": "tsconfig.build.json"
                }
            ]
        ]
    },
    "resolutions": {
        "@types/react": "18.3.1"
    },
    "dependencies": {
        "cross-spawn": "^7.0.6",
        "lodash.pick": "^3.1.0",
        "node-fetch": "^3.3.2",
        "rimraf": "^6.0.1",
        "xml2js": "^0.6.2"
    }
}
