{
  "name": "lindera-wasm-ko-dic",
  "type": "module",
  "description": "Lindera WASM with Korean dictionary (ko-dic)",
  "version": "0.45.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lindera/lindera-wasm"
  },
  "files": [
    "lindera_wasm_bg.wasm",
    "lindera_wasm.js",
    "lindera_wasm.d.ts"
  ],
  "main": "lindera_wasm.js",
  "homepage": "https://github.com/lindera/lindera-wasm",
  "types": "lindera_wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ],
  "keywords": [
    "morphological",
    "analysis",
    "library",
    "wasm",
    "webassembly"
  ]
}