{
  "name": "@tomsd/kuromoji-dict",
  "version": "1.0.2",
  "type": "module",
  "main": "index.js",
  "files": [
    "dict",
    "index.js"
  ],
  "scripts": {
    "build-dict": "sh buildDict.sh",
    "test": "vitest"
  },
  "keywords": [
    "kuromoji.js"
  ],
  "author": "tomsdoo",
  "license": "MIT",
  "description": "dict directory for kuromoji.js",
  "devDependencies": {
    "@tsconfig/node22": "22.0.0",
    "@types/node": "22.10.5",
    "tsx": "4.19.2",
    "vitest": "2.1.8"
  }
}
