{
  "name": "@mj-studio/naver-login",
  "version": "3.0.0-rc.3",
  "description": "React Native Module for Naver Login",
  "main": "index.js",
  "postinstall": "dooboolab-welcome postinstall",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc && flowgen index.d.ts -o index.js.flow",
    "flow": "flow",
    "lint": "eslint -c .eslintrc.js 'index.ts'",
    "validate": "npm run lint && npm run test:typescript && npm run test:flow && npm run test"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-native-seoul/react-native-naver-login"
  },
  "keywords": [
    "react-native",
    "naver",
    "네아로",
    "네이버",
    "react-native-seoul",
    "dooboolab",
    "naver-login"
  ],
  "author": "dooboolab, Jongwoo Moon",
  "license": "MIT",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "dependencies": {
    "dooboolab-welcome": "^1.3.2"
  },
  "devDependencies": {
    "@dooboo/eslint-config-react-native": "^1.0.3",
    "@types/react": "^17.0.0",
    "@types/react-native": "^0.67.3",
    "eslint": "^8.25.0",
    "flow-bin": "^0.190.0",
    "flowgen": "^1.20.1",
    "typescript": "^4.8.4",
    "prettier": "^2.7.1",
    "@babel/plugin-syntax-flow": "^7.18.6",
    "@babel/plugin-transform-react-jsx": "^7.19.0",
    "@babel/core": "^7.19.3",
    "eslint-plugin-jest": "^27.1.3",
    "jest": "^29.2.1"
  },
  "files": [
    "android",
    "ios",
    "index.js",
    "index.js.flow",
    "index.d.ts",
    "RNNaverLogin.podspec"
  ]
}
