{
  "name": "asli-wallet",
  "version": "1.0.1",
  "private": false,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "android-build-debug": "cd android/ && ./gradlew assembleDebug",
    "android-release": "cd android && ./gradlew assembleRelease --no-daemon",
    "android-bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res"
  },
  "dependencies": {
    "@affinidi/wallet-react-native-sdk": "6.1.6",
    "@react-native-async-storage/async-storage": "^1.17.3",
    "@react-native-community/clipboard": "^1.5.1",
    "@react-native-community/netinfo": "^8.2.0",
    "@react-navigation/bottom-tabs": "^6.3.1",
    "@react-navigation/native": "^6.0.8",
    "@react-navigation/native-stack": "^6.5.0",
    "@sentry/react-native": "^3.4.2",
    "@twotalltotems/react-native-otp-input": "^1.3.11",
    "@types/react-native-snap-carousel": "^3.8.5",
    "@types/styled-components-react-native": "^5.1.3",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
    "amazon-cognito-identity-js": "^5.2.8",
    "appcenter": "^4.4.4",
    "appcenter-analytics": "^4.4.4",
    "appcenter-crashes": "^4.4.4",
    "assert": "^2.0.0",
    "axios": "^0.26.1",
    "axios-mock-adapter": "^1.21.1",
    "events": "^3.3.0",
    "jwt-decode": "^3.1.2",
    "lodash": "^4.17.21",
    "moment": "^2.29.3",
    "qs": "^6.11.0",
    "react": "17.0.2",
    "react-dom": "^17.0.2",
    "react-hook-form": "^7.28.1",
    "react-native": "0.67.4",
    "react-native-background-timer": "^2.4.1",
    "react-native-barcode-mask": "^1.2.4",
    "react-native-config": "^1.4.5",
    "react-native-crypto": "^2.2.0",
    "react-native-device-info": "^8.7.0",
    "react-native-get-random-values": "^1.7.2",
    "react-native-keyboard-aware-scroll-view": "^0.9.5",
    "react-native-linear-gradient": "^2.5.6",
    "react-native-randombytes": "^3.6.1",
    "react-native-reanimated": "^2.8.0",
    "react-native-responsive-screen": "^1.4.2",
    "react-native-safe-area-context": "^4.2.1",
    "react-native-screens": "^3.13.1",
    "react-native-snap-carousel": "^3.9.1",
    "react-native-splash-screen": "^3.3.0",
    "react-native-svg": "^12.3.0",
    "react-native-three-dots-loader": "^1.0.1",
    "react-native-version-check": "^3.4.3",
    "react-native-vision-camera": "^2.13.3",
    "react-native-webview": "^11.22.4",
    "react-query": "^3.35.0",
    "react-string-replace": "^1.1.0",
    "search-params": "^4.0.1",
    "stream-browserify": "^3.0.0",
    "styled-components": "^5.3.3",
    "vision-camera-code-scanner": "^0.2.0",
    "vm-browserify": "^1.1.2"
  },
  "devDependencies": {
    "@affinidi/eslint-config": "^2.0.0-beta.0",
    "@affinidi/prettier-config": "^2.0.0-beta.0",
    "@babel/core": "^7.12.9",
    "@babel/plugin-proposal-decorators": "^7.15.4",
    "@babel/preset-env": "^7.17.10",
    "@babel/preset-typescript": "^7.15.0",
    "@babel/runtime": "^7.12.5",
    "@react-native-community/eslint-config": "^3.0.1",
    "@testing-library/react-native": "^9.1.0",
    "@types/enzyme": "^3.10.12",
    "@types/jest": "^24.9.0",
    "@types/lodash": "^4.14.181",
    "@types/nock": "^11.1.0",
    "@types/qs": "^6.9.7",
    "@types/react": "^17.0.41",
    "@types/react-native": "^0.66.15",
    "@types/react-native-background-timer": "^2.0.0",
    "@types/react-native-keychain": "^3.1.0",
    "@types/react-test-renderer": "^17.0.1",
    "@typescript-eslint/eslint-plugin": "^5.7.0",
    "@typescript-eslint/parser": "^5.7.0",
    "babel-jest": "^27.1.0",
    "babel-plugin-module-resolver": "^4.1.0",
    "enzyme": "^3.11.0",
    "eslint": "^7.14.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-flowtype": "^7.0.0",
    "eslint-plugin-jest": "^25.2.4",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^24.9.0",
    "jest-environment-jsdom": "^28.0.2",
    "jest-environment-uint8array": "^1.0.0",
    "jest-fetch-mock": "^3.0.3",
    "metro-react-native-babel-preset": "^0.67.0",
    "moq.ts": "^7.3.4",
    "nock": "^13.1.3",
    "react-test-renderer": "17.0.2",
    "ts-mockito": "^2.6.1",
    "typescript": "^4.4.4"
  },
  "overrides": {
    "shell-quote": "1.7.3",
    "execa": "2.0.0",
    "kind-of": "6.0.3",
    "axios": "^0.26.1",
    "ansi-regex": "5.0.1"
  },
  "resolutions": {
    "@types/react": "^17"
  },
  "jest": {
    "preset": "react-native",
    "testPathIgnorePatterns": [
      "node_modules/(?!((jest-)?react-native(-.*)?|@react-native(-community)?)/)"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "peerDependencies": {
    "jsontokens": "3.0.0"
  },
  "description": "Asli wallet Built By ❤ in Affinidi",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://oauth2:glpat-fFuTGPM1aRaXksid8SCC@gitlab.com/affinidi/in-kernel/asli.git"
  },
  "author": "Affinidi",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/affinidi/in-kernel/asli/issues"
  },
  "homepage": "https://gitlab.com/affinidi/in-kernel/asli#readme"
}
