{
  "name": "expo-file-system",
  "version": "55.0.11",
  "description": "Provides access to the local file system on the device.",
  "main": "src/index.ts",
  "types": "build/index.d.ts",
  "exports": {
    "./app.plugin": "./app.plugin.js",
    "./app.plugin.js": "./app.plugin.js",
    "./package.json": "./package.json",
    ".": {
      "types": "./build/index.d.ts",
      "default": "./src/index.ts"
    },
    "./legacy": {
      "types": "./build/legacy/index.d.ts",
      "default": "./src/legacy/index.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": "^55.0.2",
    "jest-expo": "~55.0.10"
  },
  "peerDependencies": {
    "expo": "*",
    "react-native": "*"
  },
  "gitHead": "9260ae10a08271027d85792b7128e0d4883dca4d"
}
