@dr.pogodin/react-native-fs
Version:
Native filesystem access for React Native
126 lines (125 loc) • 3.17 kB
JSON
{
"name": "@dr.pogodin/react-native-fs",
"version": "2.36.2",
"description": "Native filesystem access for React Native",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
"exports": {
".": {
"source": "./src/index.ts",
"types": "./lib/typescript/src/index.d.ts",
"default": "./lib/module/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"codegen-windows": "./node_modules/.bin/rnc-cli codegen-windows",
"example": "yarn workspace @dr.pogodin/react-native-fs-example",
"test": "yarn lint && yarn typecheck",
"typecheck": "tsc",
"lint": "eslint",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"prepare": "bob build"
},
"keywords": [
"react-native",
"ios",
"android",
"fs",
"filesystem",
"download",
"upload",
"file-transfer"
],
"repository": {
"type": "git",
"url": "git+https://github.com/birdofpreyru/react-native-fs.git"
},
"author": "Dr. Sergey Pogodin <dr.pogodin@gmail.com> (https://dr.pogodin.studio)",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/birdofpreyru"
},
"bugs": {
"url": "https://github.com/birdofpreyru/react-native-fs/issues"
},
"homepage": "https://dr.pogodin.studio/docs/react-native-file-system",
"title": "React Native File System",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"buffer": "^6.0.3",
"http-status-codes": "^2.3.0"
},
"devDependencies": {
"@eslint/compat": "^1.4.1",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@react-native/babel-preset": "0.83.0",
"@react-native/eslint-config": "0.83.0",
"@react-native/typescript-config": "^0.83.0",
"@types/react": "^19.2.0",
"del-cli": "^7.0.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"jest": "^30.2.0",
"prettier": "^3.7.4",
"react": "19.2.0",
"react-native": "0.83.0",
"react-native-builder-bob": "^0.40.17",
"react-native-windows": "0.80.5",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"workspaces": [
"example"
],
"packageManager": "yarn@4.12.0",
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"codegenConfig": {
"name": "ReactNativeFsSpec",
"type": "modules",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.drpogodin.reactnativefs"
}
},
"create-react-native-library": {
"type": "turbo-module",
"languages": "kotlin-objc",
"tools": [
"eslint"
],
"version": "0.56.0"
},
"react-native-windows": {
"init-windows": {
"name": "ReactNativeFs",
"namespace": "ReactNativeFs",
"template": "old/uwp-cpp-lib"
}
}
}