{
  "name": "use-tw-zipcode",
  "version": "2.1.0",
  "description": "React hook for getting Taiwan zip code.",
  "keywords": [
    "taiwan",
    "react",
    "hook"
  ],
  "homepage": "https://github.com/imgarylai/use-tw-zipcode#readme",
  "bugs": {
    "url": "https://github.com/imgarylai/use-tw-zipcode/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/imgarylai/use-tw-zipcode"
  },
  "license": "MIT",
  "author": "Gary Lai <garylai1990@gmail.com>",
  "main": "dist/index.js",
  "unpkg": "dist/index.umd.js",
  "module": "dist/index.module.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "microbundle",
    "commit": "git-cz",
    "dev": "microbundle watch",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "prepare": "husky install",
    "semantic-release": "semantic-release",
    "test": "jest --coverage"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "devDependencies": {
    "@babel/core": "^7.24.0",
    "@babel/preset-env": "^7.24.0",
    "@babel/preset-typescript": "^7.23.3",
    "@commitlint/cli": "^19.2.1",
    "@commitlint/config-conventional": "^19.1.0",
    "@commitlint/prompt": "^19.1.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^9.2.6",
    "@testing-library/react": "^14.2.1",
    "@types/jest": "^29.5.12",
    "@types/react": "^18.2.64",
    "@typescript-eslint/eslint-plugin": "^7.1.1",
    "@typescript-eslint/parser": "^7.1.1",
    "babel-jest": "^29.7.0",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-react": "^7.34.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "husky": "^9.0.11",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "microbundle": "^0.15.1",
    "prettier": "^3.2.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "semantic-release": "^23.0.2",
    "typescript": "^5.4.2"
  },
  "peerDependencies": {
    "react": ">= 16.8.0"
  }
}
