{
  "scripts": {
    "strictcheck": "tsc --noEmit --strict",
    "test": "npm run strictcheck && nyc ./node_modules/.bin/_mocha 'tests/**/*.test.ts'",
    "clean": "npx eslint . --fix",
    "build": "rimraf dist && npm run strictcheck && esbuild src/x.ts --bundle --format=iife --target=es6 --global-name=mke --outfile=dist/MathKeyboardEngine.es2015-iife.js & esbuild src/x.ts --bundle --format=esm --target=es2017 --outfile=dist/MathKeyboardEngine.es2017-esm.js & esbuild src/x.ts --bundle --minify --format=iife --target=es6 --global-name=mke --outfile=dist/MathKeyboardEngine.es2015-iife.min.js & esbuild src/x.ts --bundle --minify --format=esm --target=es2017 --outfile=dist/MathKeyboardEngine.es2017-esm.min.js & esbuild src/x.ts --bundle --format=esm --target=es2020 --outfile=dist/MathKeyboardEngine.es2020-esm.js & esbuild src/x.ts --bundle --minify --format=esm --target=es2020 --outfile=dist/MathKeyboardEngine.es2020-esm.min.js && esbuild src/x.ts --bundle --format=cjs --target=es2017 --outfile=dist/MathKeyboardEngine.es2017.cjs && tsc --declaration --emitDeclarationOnly --outDir ./dist/declarations && node disthelper/declarationbundler.js && rimraf dist/declarations && node disthelper/fileextensionsincreaser.js",
    "up-packages": "npx npm-check-updates -u",
    "up-vulnerable-packages": "npm audit fix",
    "lock": "npm i --package-lock-only"
  },
  "name": "mathkeyboardengine",
  "description": "MathKeyboardEngine provides the logic - in JavaScript and LaTeX - for a highly customizable virtual math keyboard.",
  "keywords": [
    "virtual",
    "math",
    "keyboard",
    "latex",
    "katex",
    "mathjax"
  ],
  "version": "v1.1.1",
  "types": "./dist/MathKeyboardEngine.d.ts",
  "main": "./dist/MathKeyboardEngine.es2017.cjs",
  "exports": {
    ".": {
      "types": "./dist/MathKeyboardEngine.d.ts",
      "require": "./dist/MathKeyboardEngine.es2017.cjs",
      "import": "./dist/MathKeyboardEngine.es2017.mjs",
      "default": "./dist/MathKeyboardEngine.es2017.mjs"
    }
  },
  "files": [
    "dist/"
  ],
  "devDependencies": {
    "@testdeck/mocha": "0.3.3",
    "@types/chai": "4.3.4",
    "@types/mocha": "10.0.1",
    "@typescript-eslint/eslint-plugin": "5.51.0",
    "@typescript-eslint/parser": "5.51.0",
    "chai": "4.3.7",
    "esbuild": "0.17.6",
    "eslint": "8.33.0",
    "eslint-config-prettier": "8.6.0",
    "mocha": "10.2.0",
    "nyc": "15.1.0",
    "rimraf": "4.1.2",
    "ts-mockito": "2.6.1",
    "ts-node": "10.9.1",
    "tslint-config-prettier": "1.18.0",
    "typescript": "4.9.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MathKeyboardEngine/MathKeyboardEngine.git"
  },
  "author": "MathKeyboardEngine",
  "license": "0BSD",
  "bugs": {
    "url": "https://github.com/MathKeyboardEngine/MathKeyboardEngine/issues"
  },
  "homepage": "https://github.com/MathKeyboardEngine/MathKeyboardEngine#readme"
}
