{
  "name": "ltr",
  "version": "1.2.1",
  "description": "Command-line text segmenter.",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "index.js"
  ],
  "bin": {
    "ltr": "index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danburzo/ltr.git"
  },
  "keywords": [
    "text-segmentation"
  ],
  "author": "Dan Burzo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/danburzo/ltr/issues"
  },
  "homepage": "https://github.com/danburzo/ltr",
  "dependencies": {
    "ltr": "^1.1.0",
    "opsh": "^1.1.0"
  }
}
