{
  "name": "sentence-parse",
  "description": "A simple utility to parse text into sentences",
  "version": "1.3.1",
  "main": "sentenceParse.js",
  "type": "module",
  "scripts": {
    "example": "node example/example.js",
    "clean": "npx rimraf node_modules package-lock.json && npm install"
  },
  "keywords": [
    "sentence",
    "parse",
    "text",
    "split",
    "segment"
  ],
  "author": "Justin Parker",
  "repository": {
    "type": "git",
    "url": "https://github.com/jparkerweb/sentence-parse.git"
  },
  "bugs": {
    "url": "https://github.com/jparkerweb/sentence-parse/issues"
  },
  "homepage": "https://github.com/jparkerweb/sentence-parse#readme",
  "license": "ISC",
  "dependencies": {
    "cheerio": "^1.0.0",
    "string-segmenter": "^1.3.0"
  }
}
