{
  "name": "expo-file-system",
  "version": "19.0.21",
  "description": "Provides access to the local file system on the device.",
  "main": "src/index.ts",
  "types": "build/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "keywords": [
    "react-native",
    "expo",
    "file-system",
    "file"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-file-system"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/filesystem/",
  "jest": {
    "preset": "expo-module-scripts"
  },
  "devDependencies": {
    "expo-module-scripts": "^5.0.8",
    "jest-expo": "~54.0.16"
  },
  "peerDependencies": {
    "expo": "*",
    "react-native": "*"
  },
  "gitHead": "599ebc94db5c972f961641db9aa33e2964498c42"
}
