{
  "name": "texsvg",
  "version": "4.0.0",
  "description": "Converts TeX to SVG.",
  "author": "Mark <mark@remarkablemark.org>",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/remarkablemark"
    }
  ],
  "main": "./cjs/index.js",
  "bin": {
    "texsvg": "cjs/bin.js"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "clean": "rm -rf cjs coverage",
    "lint": "eslint .",
    "lint:fix": "npm run lint -- --fix",
    "lint:tsc": "tsc --project tsconfig.test.json",
    "prepare": "husky",
    "prepublishOnly": "npm run clean && npm run build && npm run lint && npm run lint:tsc && npm test",
    "test": "vitest run",
    "test:ci": "CI=true npm test -- --color --coverage",
    "test:watch": "vitest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remarkablemark/texsvg.git"
  },
  "bugs": {
    "url": "https://github.com/remarkablemark/texsvg/issues"
  },
  "keywords": [
    "tex",
    "svg",
    "latex",
    "math",
    "equation",
    "formula"
  ],
  "dependencies": {
    "mathjax": "4.1.2",
    "svgo": "4.0.1",
    "yargs": "18.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "21.0.2",
    "@commitlint/config-conventional": "21.0.2",
    "@eslint/eslintrc": "3.3.5",
    "@eslint/js": "10.0.1",
    "@types/node": "25.9.2",
    "@types/yargs": "17.0.35",
    "@vitest/coverage-v8": "4.1.8",
    "eslint": "10.4.1",
    "eslint-plugin-prettier": "5.5.6",
    "eslint-plugin-simple-import-sort": "13.0.0",
    "eslint-plugin-tsdoc": "0.5.2",
    "husky": "9.1.7",
    "lint-staged": "17.0.7",
    "prettier": "3.8.3",
    "typescript": "6.0.3",
    "typescript-eslint": "8.60.1",
    "vitest": "4.1.8"
  },
  "files": [
    "cjs/"
  ],
  "engines": {
    "node": ">=14"
  },
  "license": "MIT"
}
