Files
Schnappix/node_modules/expo-file-system/package.json
T

47 lines
1.1 KiB
JSON

{
"name": "expo-file-system",
"version": "19.0.23",
"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.17"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
},
"gitHead": "45c60e10956764bbac6c62454890eeb25c74bbd6"
}