{
  "name": "ProjectName",
  "displayName": "Project Display Name",
  "version": "1.0.0",
  "description": "",
  "author": "",
  "main": "./index.ts",
  "private": true,
  "homepage": "",
  "repository": "",
  "readme": "",
  "bugs": {},
  "license": "MIT",
  "licenses": [],
  "contributors": [],
  "keywords": [],
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start --reset-cache",
    "debug": "npx react-devtools",
    "asset": "npx react-native-asset",
    "adb:8081": "adb reverse tcp:8081 tcp:8081",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.2.1",
    "@fortawesome/free-brands-svg-icons": "^6.2.1",
    "@fortawesome/free-regular-svg-icons": "^6.2.1",
    "@fortawesome/free-solid-svg-icons": "^6.2.1",
    "@fortawesome/react-native-fontawesome": "^0.3.0",
    "@react-native-async-storage/async-storage": "^1.17.11",
    "@react-navigation/elements": "^1.3.7",
    "@react-navigation/native": "^6.0.14",
    "@react-navigation/stack": "^6.3.5",
    "i18next": "^22.0.6",
    "intl-pluralrules": "^1.3.1",
    "lodash": "^4.17.21",
    "native-base": "^3.4.23",
    "react": "^18.2.0",
    "react-i18next": "^12.0.0",
    "react-native": "^0.70.6",
    "react-native-dotenv": "^3.4.2",
    "react-native-exit-app": "^1.1.0",
    "react-native-file-logger": "^0.4.0",
    "react-native-gesture-handler": "^2.8.0",
    "react-native-linear-gradient": "^2.6.2",
    "react-native-safe-area-context": "^4.4.1",
    "react-native-screens": "^3.18.2",
    "react-native-splash-screen": "^3.3.0",
    "react-native-svg": "^13.6.0",
    "type-fest": "^3.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.2",
    "@babel/runtime": "^7.20.1",
    "@react-native-community/eslint-config": "^3.2.0",
    "@tsconfig/react-native": "^2.0.2",
    "@types/node": "^18.11.9",
    "@types/react": "^18.0.25",
    "@types/react-native": "^0.70.7",
    "@typescript-eslint/eslint-plugin": "^5.44.0",
    "@typescript-eslint/parser": "^5.44.0",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "eslint": "^8.28.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.11",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-native": "^4.0.0",
    "metro-react-native-babel-preset": "^0.73.3",
    "prettier": "^2.8.0",
    "prettier-plugin-jsdoc": "^0.4.2",
    "typescript": "^4.9.3"
  }
}
