{
  "name": "@mentatcollective/mathlive",
  "version": "0.85.2",
  "description": "Render and edit beautifully typeset math",
  "license": "MIT",
  "funding": {
    "type": "individual",
    "url": "https://paypal.me/arnogourdol"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arnog/mathlive.git"
  },
  "bugs": "https://github.com/arnog/mathlive/issues/",
  "scripts": {
    "build": "bash ./scripts/build.sh",
    "clean": "bash ./scripts/clean.sh",
    "dist": "bash ./scripts/build.sh production; bash ./scripts/test.sh",
    "lint": "eslint --fix src/",
    "prepare": "bash ./scripts/build.sh production",
    "start": "bash ./scripts/start.sh",
    "test": "bash ./scripts/test.sh",
    "version": "bash ./scripts/version.sh",
    "postversion": "bash ./scripts/github-release.sh"
  },
  "main": "./dist/mathlive.min.js",
  "module": "./dist/mathlive.min.mjs",
  "types": "./dist/public/mathlive.d.ts",
  "files": [
    "/dist"
  ],
  "prettier": "@cortex-js/prettier-config",
  "engines": {
    "npm": ">=8.5.0",
    "node": ">=16.14.2"
  },
  "browserslist": [
    "> 1%",
    "maintained node versions",
    "not dead"
  ],
  "author": "Arno Gourdol <arno@arno.org>",
  "contributors": [
    "Louis Larpin (lilfaf.github.io)",
    "Neil Soiffer (https://github.com/NSoiffer)",
    "Jason Boxman (https://github.com/jboxman)",
    "Synergy Codes (https://www.synergycodes.com/)",
    "Rafał Piekarski (https://github.com/rpdiss)",
    "Kajetan Champlewski <kchamplewski@gmail.com>",
    "Fabian Grewing <Fabian.Heimbuerger@gmail.com>",
    "Paul Masson <paulmasson@comcast.net>",
    "Soroush Javadi <soroush.javadi@gmail.com>",
    "Thomas Schell <thom.schell@gmail.com>",
    "leerobert <lee.robert.138@gmail.com>",
    "spirobel <spirobel@protonmail.com>",
    "Artur Fijał <afijal@soldevelo.com>",
    "David Le Jolly <david.lejolly@gmail.com>",
    "Johannes Wilm <johanneswilm@gmail.com>",
    "Nick Gravelyn <nick@gravelyn.com>",
    "paosder <denjaraos@gmail.com>",
    "Ben Eater (https://github.com/beneater)",
    "Dominik Janković (https://github.com/djankovic)",
    "Edin Adilagić (https://github.com/physedo)"
  ],
  "devDependencies": {
    "@arnog/esbuild-plugin-less": "^1.1.0",
    "@cortex-js/compute-engine": "^0.12.1",
    "@cortex-js/prettier-config": "^1.1.1",
    "@rollup/plugin-node-resolve": "^14.0.1",
    "@types/css-font-loading-module": "0.0.7",
    "@types/jest": "^29.0.0",
    "@typescript-eslint/eslint-plugin": "^5.36.2",
    "@typescript-eslint/parser": "^5.36.2",
    "autoprefixer": "^10.4.8",
    "check-node-version": "^4.2.1",
    "cssnano": "^5.1.13",
    "esbuild": "^0.15.7",
    "eslint": "^8.23.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-no-unsanitized": "^4.0.1",
    "eslint-plugin-prettier": "^4.2.1",
    "estrella": "^1.4.1",
    "http-server": "^14.1.1",
    "jest": "^29.0.3",
    "jest-environment-jsdom": "^29.0.3",
    "jest-silent-reporter": "^0.5.0",
    "less": "^4.1.3",
    "open": "^8.4.0",
    "postcss": "^8.4.16",
    "postcss-cli": "^10.0.0",
    "prettier": "^2.7.1",
    "rollup": "^2.79.0",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.34.0",
    "ts-jest": "^29.0.0",
    "typescript": "^4.8.3"
  },
  "keywords": [
    "math",
    "editor",
    "javascript",
    "math-editing",
    "cortex",
    "compute engine",
    "virtual keyboard",
    "latex",
    "tex",
    "mathjax",
    "katex",
    "mathquill"
  ]
}
