{
  "name": "remark-typopo",
  "version": "1.0.0",
  "description": "remark plugin to apply microtypography fixes using Typopo",
  "author": "eeshaan <eeshaan@cs.wisc.edu>",
  "license": "MIT",
  "private": false,
  "keywords": [
    "remark-plugin",
    "remark",
    "typopo",
    "typography",
    "microtypography",
    "typos",
    "markdown",
    "mdx",
    "smartypants"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eeshaan/remark-typopo.git"
  },
  "bugs": {
    "url": "https://github.com/eeshaan/remark-typopo/issues"
  },
  "homepage": "https://github.com/eeshaan/remark-typopo#readme",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "prepare": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "check": "biome check ./src ./test",
    "check:fix": "biome check --write ./src ./test",
    "lint": "biome lint ./src ./test",
    "lint:fix": "biome lint --write ./src ./test",
    "format": "biome format ./src ./test",
    "format:fix": "biome format --write ./src ./test",
    "biome:ci": "biome ci ./src ./test",
    "release": "npx bumpp --tag %s --commit 'chore: release %s' --all"
  },
  "dependencies": {
    "typopo": "^2.5.8",
    "unified": "^11.0.5",
    "unist-util-visit": "^5.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@types/mdast": "^4.0.4",
    "@types/node": "^22.15.17",
    "@types/typopo": "^2.5.4",
    "@vitest/coverage-v8": "^3.1.3",
    "@vitest/ui": "^3.1.3",
    "remark-math": "^6.0.0",
    "remark-parse": "^11.0.0",
    "remark-stringify": "^11.0.0",
    "tsup": "^8.4.0",
    "typescript": "~5.8.3",
    "unist-util-remove-position": "^5.0.0",
    "unist-util-visit-parents": "^6.0.1",
    "vitest": "^3.1.3"
  },
  "engines": {
    "node": ">=18"
  }
}
