UNPKG

expo-file-system

Version:

Provides access to the local file system on the device.

60 lines 1.51 kB
{ "name": "expo-file-system", "version": "56.0.7", "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", "./plugin": "./plugin/build/index.js", ".": { "types": "./build/index.d.ts", "default": "./src/index.ts" }, "./legacy": { "types": "./build/legacy/index.d.ts", "default": "./src/legacy/index.ts" } }, "sideEffects": false, "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": { "@types/node": "^22.14.0", "expo": "56.0.0", "jest-expo": "56.0.4", "expo-module-scripts": "56.0.2" }, "peerDependencies": { "expo": "*", "react-native": "*" }, "gitHead": "c4c9867a0bcbb188e55ecaec4998e38d33108a5d", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "expo-module": "expo-module" } }