{
"name": "serb_stem",
"type": "module",
"collaborators": [
"Antigravity & USER"
],
"description": "A high-performance Serbian stemming library supporting both Cyrillic and Latin scripts (Ekavica).",
"version": "0.1.3",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/Ja1Denis/Serb-Stem"
},
"files": [
"serb_stem_bg.wasm",
"serb_stem.js",
"serb_stem.d.ts"
],
"main": "serb_stem.js",
"types": "serb_stem.d.ts",
"sideEffects": [
"./snippets/*"
]
}