{
  "name": "rn-app-rating",
  "title": "Rn App Rating",
  "version": "1.0.5",
  "description": "A react native component that allows you to collect user feedback and promotes users with a positive experience to rate your application on the store, via in-app rating.",
  "main": "src/index.js",
  "files": [
    "android",
    "ios",
    "index.js",
    "rn-app-rating.podspec",
    "src"
  ],
  "scripts": {
    "test": "jest --coverage",
    "test:mutation": "npx stryker run",
    "test:update": "jest --coverage --updateSnapshot",
    "test:watch": "jest --watch",
    "coverage": "jest --coverage && open ./coverage/lcov-report/index.html",
    "lint:check": "eslint .",
    "lint:fix": "eslint . --fix",
    "format:check": "prettier src/**/*.js --check",
    "format": "prettier src/**/*.js --write"
  },
  "bugs": {
    "url": "https://github.com/VinodRanganath/rn-app-rating/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/VinodRanganath/rn-app-rating.git"
  },
  "keywords": [
    "react-native",
    "react native component",
    "mobile",
    "ios",
    "ios store rating",
    "android",
    "android store rating",
    "app rating",
    "react native app rating",
    "react native in-app rating",
    "custom in-app rating"
  ],
  "author": {
    "name": "Vinod Ranganath",
    "email": "vinod.ranganath13@gmail.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.60.0"
  },
  "devDependencies": {
    "@stryker-mutator/core": "^5.2.2",
    "@stryker-mutator/jest-runner": "^5.2.2",
    "@testing-library/react-hooks": "7.0.0",
    "@testing-library/react-native": "7.2.0",
    "babel-eslint": "10.1.0",
    "eslint": "7.29.0",
    "eslint-config-google": "0.14.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-native": "3.11.0",
    "jest": "26.6.3",
    "metro-react-native-babel-preset": "0.66.0",
    "prettier": "2.3.1",
    "react": "17.0.2",
    "react-native": "0.64.2",
    "react-test-renderer": "17.0.2"
  },
  "dependencies": {
    "@react-native-async-storage/async-storage": "1.13.3",
    "moment": "2.29.1"
  }
}
