53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "expo-file-system",
|
|
"version": "9.3.0",
|
|
"description": "Provides access to the local file system on the device.",
|
|
"main": "build/index.js",
|
|
"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.io/versions/latest/sdk/filesystem/",
|
|
"jest": {
|
|
"preset": "expo-module-scripts"
|
|
},
|
|
"unimodulePeerDependencies": {
|
|
"@unimodules/core": "*"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"dependencies": {
|
|
"uuid": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"expo-module-scripts": "~1.2.0",
|
|
"jest-expo": "~40.0.0-beta.0"
|
|
},
|
|
"gitHead": "bc6b4b3bc3cb5e44e477f145c72c07ed09588651"
|
|
}
|