{
    "name": "@d11/react-native-fast-image",
    "version": "8.13.0",
    "description": "🚩 FastImage, performant React Native image component.",
    "keywords": [
        "cache",
        "cached",
        "fastimage",
        "image",
        "priority"
    ],
    "homepage": "https://github.com/ds-horizon/react-native-fast-image#readme",
    "bugs": {
        "url": "https://github.com/ds-horizon/react-native-fast-image/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/ds-horizon/react-native-fast-image.git"
    },
    "license": "(MIT AND Apache-2.0)",
    "author": "Dream Sports Labs <dreamsportslabs@dream11.com> (https://github.com/ds-horizon)",
    "main": "src/index",
    "module": "src/index",
    "source": "src/index",
    "typings": "dist/index.d.ts",
    "files": [
        "src",
        "android",
        "!android/build",
        "ios",
        "!ios/build",
        "dist",
        "RNFastImage.podspec"
    ],
    "workspaces": [
        "ReactNativeFastImageExample"
    ],
    "scripts": {
        "clean": "rm -rf dist tsconfig.tsbuildinfo",
        "build": "yarn clean && tsc",
        "example": "yarn workspace reactnativefastimageexample",
        "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
        "prepack": "yarn build",
        "test": "jest",
        "type-check": "tsc --noEmit",
        "release:nightly": "./publish-nightly.sh",
        "changelog": "auto-changelog -p",
        "release": "release-it --config .release-it.json"
    },
    "prettier": {
        "semi": false,
        "singleQuote": true,
        "tabWidth": 4,
        "trailingComma": "all"
    },
    "resolutions": {
        "@jest/create-cache-key-function": "^27"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    },
    "devDependencies": {
        "@babel/core": "^7.24.7",
        "@babel/plugin-transform-private-methods": "^7.24.7",
        "@babel/preset-env": "^7.20.0",
        "@babel/runtime": "^7.24.7",
        "@octokit/rest": "^21.0.2",
        "@react-native/babel-preset": "0.74.84",
        "@react-native/eslint-config": "0.74.84",
        "@react-native/metro-config": "0.78.2",
        "@react-native/typescript-config": "0.74.84",
        "@release-it/conventional-changelog": "^8.0.2",
        "@testing-library/jest-native": "^5.4.3",
        "@testing-library/react-native": "^12.5.1",
        "@types/jest": "^29.5.14",
        "@types/react": "^18.3.3",
        "@types/react-native": "^0.69.5",
        "@types/react-test-renderer": "^18.0.0",
        "auto-changelog": "^2.4.0",
        "babel-jest": "^29.6.3",
        "babel-plugin-module-resolver": "^5.0.0",
        "dv-scripts": "^1.6.0",
        "eslint": "^8.19.0",
        "jest": "^29.6.3",
        "metro-react-native-babel-preset": "^0.66.1",
        "prettier": "^2.3.2",
        "react": "18.3.1",
        "react-native": "0.74.2",
        "react-test-renderer": "^18.3.1",
        "release-it": "^18.0.0",
        "typescript": "^5.5.4"
    },
    "peerDependencies": {
        "react": "*",
        "react-native": "*"
    },
    "codegenConfig": {
        "name": "RNFastImageSpec",
        "type": "all",
        "jsSrcsDir": "./src",
        "android": {
            "javaPackageName": "com.dylanvann.fastimage"
        },
        "ios": {
            "componentProvider": {
                "FastImageView": "FFFastImageViewComponentView"
            }
        }
    },
    "packageManager": "yarn@3.6.4"
}
