UNPKG

@tomsd/kuromoji-dict

Version:

dict directory for kuromoji.js

27 lines (26 loc) 491 B
{ "name": "@tomsd/kuromoji-dict", "version": "1.0.3", "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.2", "@types/node": "24.4.0", "tsx": "4.20.5", "vitest": "3.2.4" } }