{
  "name": "react-native-nfc-manager",
  "version": "3.17.2",
  "description": "A NFC module for react native.",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/whitedogg13/react-native-nfc-manager.git"
  },
  "bugs": {
    "url": "https://github.com/whitedogg13/react-native-nfc-manager/issues"
  },
  "keywords": [
    "react-native",
    "android",
    "ios",
    "nfc"
  ],
  "files": [
    "src",
    "ndef-lib",
    "index.d.ts",
    "android",
    "ios",
    "react-native-nfc-manager.podspec",
    "app.plugin.js"
  ],
  "license": "MIT",
  "author": {
    "name": "Richie",
    "url": "https://github.com/whitedogg13"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-react"
    ],
    "plugins": [
      "@babel/plugin-proposal-class-properties",
      "@babel/plugin-transform-runtime"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-transform-runtime": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-react": "^7.12.10",
    "@expo/config-plugins": "~10.0.0",
    "@react-native-community/eslint-config": "^3.2.0",
    "@release-it/conventional-changelog": "^8.0.1",
    "dotenv-cli": "^7.4.2",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "prettier": "^2.2.1",
    "react": "^16.13.1",
    "react-native": "^0.63.0",
    "release-it": "^17.5.0",
    "typescript": "^4.1.3"
  },
  "peerDependencies": {
    "@expo/config-plugins": "*"
  },
  "peerDependenciesMeta": {
    "@expo/config-plugins": {
      "optional": true
    }
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "jest -i",
    "release": "dotenv -- release-it --"
  }
}
