{
  "name": "react-daum-local-script",
  "version": "2.0.4",
  "description": "Daum Postcode service for React",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "concurrently \"yarn:build:*\"",
    "build:babel": "babel src -d lib --extensions \".ts,.tsx\"",
    "build:types": "tsc --declarationDir lib"
  },
  "author": "kimminsik-bernard",
  "contributors": [
    {
      "name": "Minsik Kim",
      "url": "https://github.com/kimminsik-bernard"
    },
    {
      "name": "Sungmin Kim",
      "url": "https://github.com/ignocide"
    },
    {
      "name": "jong-hui",
      "url": "https://github.com/jong-hui"
    },
    {
      "name": "KimSeonghyeon",
      "url": "https://github.com/seonghyeonkimm"
    },
    {
      "name": "Jieun Lee",
      "url": "https://github.com/ee2e"
    },
    {
      "name": "Chalk",
      "url": "https://github.com/ChalkPE"
    },
    {
      "name": "Normaltic",
      "url": "https://github.com/Normaltic"
    },
    {
      "name": "TaeSang Cho",
      "url": "https://github.com/Web-Engine"
    },
    {
      "name": "HK1211",
      "url": "https://github.com/HK1211"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kimminsik-bernard/react-daum-postcode.git"
  },
  "keywords": [
    "react",
    "daum",
    "postcode",
    "zipcode"
  ],
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.8",
    "@babel/core": "^7.14.8",
    "@babel/eslint-parser": "^7.14.9",
    "@babel/eslint-plugin": "^7.14.5",
    "@babel/preset-env": "^7.14.9",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.14.5",
    "@types/react": "^17.0.15",
    "@typescript-eslint/eslint-plugin": "^4.29.0",
    "@typescript-eslint/parser": "^4.29.0",
    "babel-preset-minify": "^0.5.1",
    "concurrently": "^6.2.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "typescript": "^4.3.5"
  }
}
