{
  "name": "@react-native-cookies/cookies",
  "version": "6.2.1",
  "description": "Cookie Manager for React Native",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-native-cookies/cookies.git",
    "baseUrl": "https://github.com/react-native-cookies/cookies"
  },
  "keywords": [
    "react native",
    "react-native-component",
    "android",
    "ios",
    "cookies",
    "webview"
  ],
  "files": [
    "android",
    "ios",
    "index.d.ts",
    "react-native-cookies.podspec"
  ],
  "author": {
    "name": "Jason Safaiyeh",
    "email": "safaiyeh@protonmail.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/react-native-cookies/cookies/issues"
  },
  "homepage": "https://github.com/react-native-cookies/cookies#readme",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "lint": "eslint index.js",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "invariant": "^2.2.4"
  },
  "peerDependencies": {
    "react-native": ">= 0.60.2"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "^0.0.6",
    "@react-native-community/eslint-plugin": "^1.0.0",
    "@semantic-release/git": "^8.0.0",
    "eslint": "^6.8.0",
    "semantic-release": "^17.2.3"
  }
}
