{
  "name": "react-native-check-version",
  "version": "1.5.0",
  "description": "Check if the user is running the latest version of the app",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "test": "jest",
    "lint": "prettier --write .",
    "release": "semantic-release"
  },
  "devDependencies": {
    "@babel/core": "^7.21.3",
    "babel-jest": "^29.5.0",
    "jest": "^29.5.0",
    "jest-environment-node": "^29.5.0",
    "metro-react-native-babel-preset": "^0.77.0",
    "node-fetch": "^2.7.0",
    "prettier": "^2.8.8",
    "react-native": "^0.70.0",
    "semantic-release": "^25.0.3"
  },
  "peerDependencies": {
    "react-native": ">=0.40.0",
    "react-native-device-info": ">=0.20.0"
  },
  "jest": {
    "preset": "react-native",
    "testEnvironment": "node"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tschoffelen/react-native-check-version.git"
  },
  "keywords": [
    "react",
    "native",
    "version",
    "checker",
    "check",
    "react-native",
    "update",
    "ios",
    "android"
  ],
  "author": "Thomas Schoffelen <thomas@schof.co>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tschoffelen/react-native-check-version/issues"
  },
  "homepage": "https://github.com/tschoffelen/react-native-check-version#readme"
}
