{
  "name": "tex-math-parser",
  "version": "2.0.5",
  "description": "A TeX math parser that can evaluate TeX math and convert it into a MathJS expression tree.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidtranhq/tex-math-parser.git"
  },
  "scripts": {
    "dev": "tsc --watch",
    "start": "npx patch-package && tsc --watch",
    "postinstall": "patch-package",
    "lint": "npx eslint",
    "test": "npx jest"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "tex",
    "latex",
    "math",
    "parse",
    "parser",
    "mathquill",
    "mathjs",
    "math",
    "evaluate"
  ],
  "author": "David Tran",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/davidtranhq/tex-math-parser/issues"
  },
  "homepage": "https://github.com/davidtranhq/tex-math-parser#readme",
  "dependencies": {
    "mathjs": "^12.4.1",
    "matrix-eig": "^1.0.0",
    "patch-package": "^8.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@typescript-eslint/eslint-plugin": "^7.3.1",
    "@typescript-eslint/parser": "^7.3.1",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^18.0.0",
    "eslint-plugin-import": "^2.29.1",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.3"
  }
}
