{
  "name": "@murrple_1/react-native-adyen",
  "podName": "react-native-adyen",
  "version": "0.3.13",
  "description": "React Native Adyen Module",
  "homepage": "https://github.com/murrple-1/react-native-adyen#readme",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Murray Christopherson <murraychristopherson@gmail.com>",
  "license": "MIT",
  "private": false,
  "keywords": [
    "react-native",
    "adyen",
    "drop-in"
  ],
  "scripts": {
    "compile": "rm -rf lib && tsc -p .",
    "lint-es": "eslint . --ext .js,.jsx,.ts,.tsx",
    "lint-swift": "swiftlint lint",
    "lint-kt": "ktlint --color --android \"android/**/*.kt\"",
    "prepare": "husky install && yarn compile"
  },
  "devDependencies": {
    "@babel/core": "^7.14.8",
    "@babel/eslint-parser": "^7.14.7",
    "@babel/runtime": "^7.14.8",
    "@react-native-community/eslint-config": "^3.0.0",
    "@types/react-native": "^0.66.6",
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "@typescript-eslint/parser": "^5.4.0",
    "eslint": "^8.3.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.22.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "husky": "^7.0.0",
    "lint-staged": "^12.1.2",
    "metro-react-native-babel-preset": "^0.66.2",
    "prettier": "^2.3.2",
    "react": "^17.0.2",
    "react-native": "^0.66.3",
    "typescript": "^4.3.5"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  }
}
