{
    "name": "react-native-flip-book",
    "version": "1.0.5",
    "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/sharan036/react-native-flip-book",
    "author": "sharan036 (https://github.com/sharan036)",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/sharan036/react-native-flip-book/issues"
    },
    "homepage": "https://github.com/sharan036/react-native-flip-book#readme",
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    },
    "devDependencies": {
        "@babel/plugin-syntax-dynamic-import": "^7.8.3",
        "@react-native-community/eslint-config": "^3.2.0",
        "@types/jest": "^29.5.14",
        "@types/react": "^19.0.12",
        "@types/react-native": "^0.73.0",
        "babel-plugin-module-resolver": "^5.0.2",
        "eslint": "^9.23.0",
        "eslint-config-prettier": "^10.1.1",
        "eslint-plugin-prettier": "^5.2.5",
        "expo-linear-gradient": "~14.0.2",
        "husky": "^9.1.7",
        "jest": "^29.7.0",
        "metro-react-native-babel-preset": "^0.77.0",
        "prettier": "^3.5.3",
        "react": "19.0.0",
        "react-native": "0.78.1",
        "react-native-builder-bob": "^0.38.1",
        "react-native-gesture-handler": "~2.24.0",
        "react-native-linear-gradient": "^2.8.3",
        "react-native-reanimated": "^3.19.5",
        "typescript": "^5.8.2"
    },
    "peerDependencies": {
        "expo-linear-gradient": "~11.3.0",
        "react": ">=16.8.0",
        "react-native": ">=0.6.0",
        "react-native-gesture-handler": "*",
        "react-native-linear-gradient": "^2.5.6",
        "react-native-reanimated": ">=2.7.0"
    },
    "react-native-builder-bob": {
        "source": "src",
        "output": "lib",
        "targets": [
            [
                "commonjs",
                {
                    "configFile": "./babel.config.js"
                }
            ],
            "module",
            [
                "typescript",
                {
                    "project": "tsconfig.build.json"
                }
            ]
        ]
    },
    "resolutions": {
        "@types/react": "17.0.30"
    },
    "dependencies": {
        "react-native-flip-book": "^1.0.4"
    }
}
