{
  "name": "@floydkim/react-native-kakao-login",
  "version": "6.1.0",
  "description": "React Native Module for Kakao Login",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "postinstall": "dooboolab-welcome postinstall",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc && flowgen src/index.d.ts -o src/index.js.flow",
    "flow": "flow",
    "lint": "eslint -c .eslintrc.js 'src'",
    "validate": "npm run lint && npm run test:typescript && npm run test:flow && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/floydkim/react-native-kakao-login"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react-native",
    "kakao",
    "login",
    "kakao-login",
    "react-native-seoul",
    "dooboolab"
  ],
  "author": "dooboolab",
  "license": "MIT",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "dependencies": {
    "dooboolab-welcome": "^1.3.2"
  },
  "devDependencies": {
    "@dooboo/eslint-config-react-native": "^1.0.0",
    "@types/eslint": "^8.4.2",
    "@types/react": "18.0.9",
    "@types/react-native": "^0.67.7",
    "@typescript-eslint/eslint-plugin": "^5.33.0",
    "babel-eslint": "^10.1.0",
    "eslint": "^8.21.0",
    "eslint-plugin-jest": "^26.8.2",
    "flow-bin": "^0.178.1",
    "flowgen": "^1.19.0",
    "prettier": "^2.6.2",
    "typescript": "^4.6.4"
  }
}
