{
  "name": "mecab-ko-ts",
  "version": "0.1.1",
  "description": "mecab for korean, support typescript",
  "main": "mecab.js",
  "scripts": {
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZETA-A/node-mecab-ko-ts"
  },
  "keywords": [
    "mecab",
    "nlp",
    "korean",
    "morphological"
  ],
  "author": "SeungHyun Kim",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ZETA-A/node-mecab-ko-ts/issues"
  },
  "homepage": "https://github.com/ZETA-A/node-mecab-ko-ts#README",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "nodeunit": "^0.9.1",
    "ts-loader": "^9.4.1",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "shell-quote": "^1.5.0"
  },
  "types": "types/mecab.d.ts"
}
