{
  "name": "sentences-per-line",
  "version": "0.5.3",
  "description": "Utility functions to detect the number of sentences per line in Markdown files. 📐",
  "repository": {
    "type": "git",
    "url": "https://github.com/JoshuaKGoldberg/sentences-per-line",
    "directory": "packages/sentences-per-line"
  },
  "license": "MIT",
  "author": {
    "name": "Josh Goldberg ✨",
    "email": "npm@joshuakgoldberg.com"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./lib/index.js",
  "files": [
    "lib/",
    "!lib/tsconfig.build.tsbuildinfo"
  ],
  "engines": {
    "node": ">=22.14.0"
  }
}