mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "@joplin/react-native-saf-x",
|
|
"version": "0.5.2",
|
|
"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": {
|
|
"test": "jest",
|
|
"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"
|
|
],
|
|
"author": "Javad Mnjd (https://github.com/jd1378)",
|
|
"license": "MIT",
|
|
"homepage": "",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/react": "^16.9.55",
|
|
"@types/react-native": "^0.64.4",
|
|
"jest": "^26.6.3",
|
|
"react": "17.0.2",
|
|
"react-native": "0.66.1",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|