1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/packages/react-native-saf-x/package.json
2023-11-09 20:01:49 +00:00

58 lines
1.5 KiB
JSON

{
"name": "@joplin/react-native-saf-x",
"version": "2.13.1",
"description": "a module to help work with scoped storages on android easily",
"main": "src/index",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"react-native-saf-x.podspec",
"!lib/typescript/example",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"build": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"linter-precommit": "yarn --cwd ../../ eslint --resolve-plugins-relative-to . --fix packages/react-native-saf-x/**/*.{js,ts,tsx}",
"tsc": "tsc --project tsconfig.json"
},
"keywords": [
"react-native",
"android",
"scoped-storage",
"scoped",
"storage",
"SAF",
"storage-access-framework",
"fs"
],
"repository": "https://github.com/jd1378/react-native-saf-x",
"author": "Javad Mnjd (https://github.com/jd1378)",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/laurent22/joplin/tree/dev/packages/react-native-saf-x",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@types/react-native": "0.64.19",
"react": "18.2.0",
"react-native": "0.70.6",
"typescript": "5.2.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
}