{
  "name": "@pretextbook/format",
  "version": "0.5.0",
  "description": "Formatter for PreTeXt documents",
  "author": "Oscar Levin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PreTeXtBook/pretext-tools.git"
  },
  "bugs": {
    "url": "https://github.com/PreTeXtBook/pretext-tools/issues"
  },
  "homepage": "https://github.com/PreTeXtBook/pretext-tools/packages/format#readme",
  "private": false,
  "type": "module",
  "main": "./index.cjs",
  "module": "./index.js",
  "types": "./index.d.ts",
  "bin": {
    "pretext-format": "./cli.cjs"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "require": "./index.cjs",
      "default": "./index.js"
    }
  },
  "sideEffects": false,
  "files": [
    "*.js",
    "*.cjs",
    "*.d.ts",
    "*.d.cts",
    "cli.cjs",
    "dist"
  ],
  "scripts": {
    "build": "vite build",
    "test": "vitest run"
  },
  "dependencies": {
    "xast-util-from-xml": "^4.0.0"
  },
  "peerDependencies": {
    "unified": ">=11"
  },
  "publishConfig": {
    "access": "public"
  }
}
