{
  "name": "@wiris/mathtype-ckeditor5",
  "version": "8.13.1",
  "description": "MathType Web for CKEditor5 editor",
  "keywords": [
    "chem",
    "chemistry",
    "chemtype",
    "ckeditor",
    "ckeditor5",
    "editor",
    "equation",
    "latex",
    "math",
    "mathml",
    "maths",
    "mathtype",
    "wiris"
  ],
  "repository": "https://github.com/wiris/html-integrations/tree/master/packages/ckeditor5",
  "homepage": "https://www.wiris.com/",
  "bugs": {
    "email": "support@wiris.com"
  },
  "license": "MIT",
  "author": "WIRIS Team (http://www.wiris.com)",
  "files": [
    "dist",
    "src",
    "icons",
    "theme",
    "lang"
  ],
  "main": "src/plugin.js",
  "type": "module",
  "exports": {
    ".": "./src/plugin.js",
    "./dist/*": "./dist/*",
    "./browser/*": null,
    "./src/*": "./src/*",
    "./theme/*": "./theme/*",
    "./package.json": "./package.json"
  },
  "scripts": {
    "set-telemeter": "cp ../devkit/telemeter-wasm/telemeter_wasm_bg.wasm dist/browser/telemeter_wasm_bg.wasm",
    "build": "node ./scripts/build-dist.mjs && npm run set-telemeter",
    "build:dist": "node ./scripts/build-dist.mjs && npm run set-telemeter",
    "prepare": "npm run build:dist"
  },
  "dependencies": {
    "@wiris/mathtype-html-integration-devkit": "1.17.8"
  },
  "devDependencies": {
    "@ckeditor/ckeditor5-dev-build-tools": "^42.1.0"
  },
  "peerDependencies": {
    "ckeditor5": ">=43.0.0"
  }
}
