expo-file-system
Version:
Provides access to the local file system on the device.
50 lines (49 loc) • 1.23 kB
JSON
{
"name": "expo-file-system",
"version": "18.0.12",
"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": "^4.0.4",
"jest-expo": "~52.0.6"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
},
"dependencies": {
"web-streams-polyfill": "^3.3.2"
},
"gitHead": "0d83355bc0ec72f115de85eb418aaf9500c68528"
}