{
  "name": "react-native-fs2",
  "version": "3.4.2",
  "description": "Native filesystem access for react-native",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "RNFS2.xcodeproj",
    "*.podspec",
    "!example",
    "!lib/typescript/example",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "lint": "eslint \"src/*.{js,ts,tsx}\"",
    "check-types": "tsc --noEmit --project tsconfig.build.json",
    "build": "bob build",
    "example:android": "cd example; yarn run android",
    "example:ios": "cd example; yarn run ios"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sourcetoad/react-native-fs2.git"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "fs",
    "filesystem",
    "download"
  ],
  "contributors": [
    "Johannes Lumpe <johannes@lum.pe> (https://github.com/johanneslumpe)",
    "Hagen Hübel <hhuebel@itinance.com> (https://github.com/itinance)",
    "Connor Tumbleson <connor@sourcetoad.com> (https://github.com/iBotPeaches)"
  ],
  "license": "MIT",
  "dependencies": {
    "base-64": "^1.0.0",
    "utf8": "^3.0.0"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "^3.2.0",
    "@types/base-64": "^1.0.0",
    "@types/react-native": "^0.73.0",
    "@types/utf8": "^3.0.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@react-native/babel-preset": "0.82.1",
    "@react-native/eslint-config": "0.82.1",
    "@react-native/metro-config": "0.82.1",
    "@react-native/typescript-config": "0.82.1",
    "@types/jest": "^29.5.13",
    "@types/react": "^19.1.1",
    "@types/react-test-renderer": "^19.1.0",
    "eslint": "^8.19.0",
    "jest": "^29.6.3",
    "prettier": "2.8.8",
    "react-test-renderer": "19.1.1",
    "typescript": "^5.8.3",
    "react-native-builder-bob": "^0.20.0"
  },
  "peerDependencies": {
    "react": ">= 18.2.0",
    "react-native": ">= 0.82.0"
  },
  "engines": {
    "node": ">=20"
  },
  "eslintConfig": {
    "extends": [
      "@react-native-community",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "optionalDependencies": {
    "react-native-blob-jsi-helper": "^0.3.1"
  }
}
