{
  "name": "@janiscommerce/app-analytics",
  "version": "2.5.0",
  "description": "Analytics methods for janis apps",
  "main": "lib/index.js",
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint .",
    "build-docs": "jsdoc2md --template template-readme.hbs --files lib/*.js > README.md",
    "test:coverage": "jest --collectCoverage",
    "validate:code": "npm run lint -- --fix  && jest --collectCoverage"
  },
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "keywords": [
    "janis",
    "janiscommerce",
    "app",
    "analytics"
  ],
  "files": [
    "lib/"
  ],
  "author": "Janis",
  "license": "ISC",
  "dependencies": {
    "@janiscommerce/app-device-info": "^1.1.0",
    "@react-native-firebase/analytics": "^18.3.0",
    "@react-native-firebase/app": "^18.3.0",
    "react-native-app-auth": "^6.4.3",
    "react-native-device-info": "^10.12.0",
    "react-native-inappbrowser-reborn": "^3.7.0"
  },
  "peerDependencies": {
    "@janiscommerce/oauth-native": "^1.3.1",
    "react": ">=17.0.2 <=18.2.0",
    "react-native": ">=0.67.5 <=0.72.0"
  },
  "devDependencies": {
    "@babel/core": "^7.22.10",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/preset-env": "^7.22.10",
    "@babel/runtime": "^7.12.5",
    "@janiscommerce/oauth-native": "^1.3.1",
    "@react-native-community/eslint-config": "^2.0.0",
    "@react-native-community/netinfo": "^11.3.1",
    "@react-native-firebase/analytics": "^18.3.0",
    "@react-native-firebase/app": "^18.3.0",
    "@testing-library/react-native": "^12.0.1",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.6.3",
    "babel-loader": "8.2.4",
    "eslint": "7.14.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-react": "^7.22.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "husky": "^4.3.8",
    "jest": "^28.0.0",
    "jsdoc-babel": "^0.5.0",
    "jsdoc-to-markdown": "^8.0.0",
    "lint-staged": "^10.5.4",
    "metro-react-native-babel-preset": "^0.66.2",
    "react": "^17.0.2",
    "react-native": "^0.67.5",
    "react-native-device-info": "^10.12.0",
    "react-test-renderer": "^17.0.2"
  },
  "react-native": {
    "autoLinking": {
      "platforms": {
        "android": {
          "sourceDir": "./android"
        }
      }
    }
  }
}
