{
  "name": "sentencex-wasm",
  "type": "module",
  "collaborators": [
    "Santhosh Thottingal <santhosh.thottingal@gmail.com>"
  ],
  "description": "Sentence segmentation library with wide language support optimized for speed and utility.",
  "version": "0.1.30",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wikimedia/sentencex"
  },
  "files": [
    "sentencex_wasm_bg.wasm",
    "sentencex_wasm.js",
    "sentencex_wasm.d.ts"
  ],
  "main": "sentencex_wasm.js",
  "types": "sentencex_wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ],
  "keywords": [
    "nlp",
    "sentences",
    "multilingual"
  ]
}