{
  "name": "@yoronsoft/rn-libs",
  "version": "1.0.2",
  "description": "",
  "main": "src/index.js",
  "scripts": {
    "build": "tsc --build",
    "test": "npm run build && npm run unit",
    "unit": "mocha ./test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/gaozh1215/rn-libs"
  },
  "keywords": [
    "yoronsoft",
    "yoronsoft/rn-libs",
    "@yoronsoft/rn-libs"
  ],
  "author": "gaozh",
  "license": "MIT",
  "dependencies": {
    "@react-native-async-storage/async-storage": "^1.19.3",
    "@react-native-clipboard/clipboard": "^1.14.1",
    "@react-navigation/bottom-tabs": "^6.5.8",
    "@react-navigation/native": "^6.1.7",
    "@react-navigation/stack": "^6.3.17",
    "@yoronsoft/js-utils": "^1.0.2",
    "react": "^18.2.0",
    "react-native": "^0.72.4",
    "react-native-device-info": "^10.9.0",
    "react-native-fs": "^2.20.0",
    "react-native-localize": "^2.2.6",
    "react-native-qrcode-svg": "^6.2.0",
    "react-native-reanimated": "^3.5.4",
    "react-native-safe-area-context": "^4.7.2",
    "react-native-screens": "^3.25.0",
    "react-native-share": "^9.4.1",
    "react-native-svg": "^13.13.0",
    "react-native-touch-id": "^4.4.1",
    "react-native-vector-icons": "^9.2.0"
  },
  "devDependencies": {
    "@types/react": "^18.2.21",
    "@types/react-native": "^0.72.2",
    "eslint": "^8.34.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "typescript": "^4.9.5"
  }
}
