{
  "name": "journalize",
  "version": "2.6.0",
  "description": "A collection of functions useful for making prose more reader friendly. Inspired by Django's `django.contrib.humanize`.",
  "source": "src/index.js",
  "module": "dist/journalize.mjs",
  "main": "dist/journalize.js",
  "unpkg": "dist/journalize.umd.js",
  "jsdelivr": "dist/journalize.umd.js",
  "types": "types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/journalize.mjs",
      "require": "./dist/journalize.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "src",
    "types"
  ],
  "scripts": {
    "build": "microbundle --format cjs,es,umd",
    "docs:build": "documentation readme ./src/index.js --readme-file README.md --section 'API Docs' --sort-order alpha && prettier --write README.md",
    "docs:serve": "documentation serve --watch ./src/index.js",
    "prepublishOnly": "npm run test",
    "test": "uvu -r esm",
    "test:cov": "c8 --reporter text --reporter lcovonly npm run test",
    "test:coveralls": "cat ./coverage/lcov.info | coveralls",
    "test:watch": "npm run test -- --watch",
    "watch": "microbundle watch --format cjs,es,umd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rdmurphy/journalize.git"
  },
  "keywords": [
    "normalization",
    "journalism",
    "humanity",
    "editing",
    "prose"
  ],
  "author": "Ryan Murphy <ryan@rdmurphy.org>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rdmurphy/journalize/issues"
  },
  "homepage": "https://github.com/rdmurphy/journalize#readme",
  "devDependencies": {
    "@newswire/prettier-config": "^3.0.0",
    "@sinonjs/fake-timers": "^7.0.0",
    "c8": "^7.9.0",
    "coveralls": "^3.1.1",
    "documentation": "^14.0.1",
    "esm": "^3.2.25",
    "lefthook": "^1.2.6",
    "microbundle": "^0.13.3",
    "prettier": "^2.4.1",
    "sinon": "^11.1.2",
    "uvu": "^0.5.1"
  },
  "prettier": "@newswire/prettier-config"
}
