{
  "name": "extract-math",
  "version": "1.2.3",
  "description": "Extract TeX math environments",
  "author": "Valentin Berlier <berlier.v@gmail.com>",
  "license": "MIT",
  "keywords": [
    "latex",
    "katex",
    "tex",
    "math"
  ],
  "homepage": "https://github.com/vberlier/extract-math#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vberlier/extract-math.git"
  },
  "bugs": {
    "url": "https://github.com/vberlier/extract-math/issues"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "lint": "eslint --ignore-path ./.gitignore .",
    "test": "jest",
    "dev": "tsc --watch",
    "build": "tsc",
    "clean": "rimraf lib",
    "prepare": "npm run clean && npm run build",
    "postversion": "git push --follow-tags"
  },
  "devDependencies": {
    "@types/jest": "^26.0.0",
    "@typescript-eslint/eslint-plugin": "^3.4.0",
    "eslint": "^7.3.1",
    "eslint-config-standard-with-typescript": "^18.0.2",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "jest": "^25.1.0",
    "rimraf": "^3.0.0",
    "ts-jest": "^25.0.0",
    "typescript": "^3.9.5"
  },
  "files": [
    "lib/**/*",
    "src/**/*"
  ],
  "dependencies": {
    "escape-string-regexp": "^4.0.0"
  }
}
