{
  "name": "hangul-searcher",
  "version": "2.0.1",
  "description": "A module for searching and auto completing Hangul.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nemovim/hangul-searcher.git"
  },
  "keywords": [
    "Hangul",
    "search",
    "korean",
    "automatic",
    "complete",
    "한글",
    "검색",
    "자동",
    "완성"
  ],
  "author": "nemovim",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nemovim/hangul-searcher/issues"
  },
  "homepage": "https://github.com/nemovim/hangul-searcher#readme",
  "dependencies": {
    "es-hangul": "^2.1.0",
    "korean-regexp": "^1.0.13",
    "minisearch": "^6.1.0"
  }
}
