{
  "name": "@amermathsoc/mathjax-ams-macros",
  "main": "./js/ams-macros.js",
  "type": "module",
  "version": "5.1.0",
  "description": "A mathjax extension for AMS production",
  "keywords": [
    "MathJax",
    "TeX",
    "AmerMathSoc"
  ],
  "license": "Apache-2.0",
  "contributors": [
    "Peter Krautzberger (https://github.com/pkra)"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/AmerMathSoc/mathjax-ams-macros"
  },
  "homepage": "https://github.com/AmerMathSoc/mathjax-ams-macros/",
  "bugs": {
    "url": "https://github.com/AmerMathSoc/mathjax-ams-macros/issues"
  },
  "devDependencies": {
    "@mathjax/src": "4.0.0-rc.4",
    "@mathjax/mathjax-stix2-font": "v4.0.0-rc.4",
    "commit-and-tag-version": "12.5.1",
    "terser-webpack-plugin": "5.3.14",
    "typescript": "5.8.3",
    "typescript-eslint": "8.33.1",
    "typescript-tools": "0.3.1",
    "webpack": "5.99.9",
    "webpack-cli": "5.1.4"
  },
  "scripts": {
    "build": "npx tsc &&  node ./node_modules/@mathjax/src/components/bin/makeAll --mjs components",
    "release": "commit-and-tag-version",
    "pretest": "npx tsc",
    "test": "node test/base.js"
  }
}
