lindera-wasm
Version:
A morphological analysis library for WebAssembly.
29 lines • 602 B
JSON
{
"name": "lindera-wasm",
"type": "module",
"description": "A morphological analysis library for WebAssembly.",
"version": "2.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lindera/lindera"
},
"files": [
"lindera_wasm_bg.wasm",
"lindera_wasm.js",
"lindera_wasm.d.ts"
],
"main": "lindera_wasm.js",
"homepage": "https://github.com/lindera/lindera",
"types": "lindera_wasm.d.ts",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"morphological",
"analysis",
"library",
"wasm",
"webassembly"
]
}