{
  "name": "@bentoproject/mathml",
  "version": "1.2305051745.1",
  "description": "Renders a MathML formula in an iframe.",
  "author": "Bento Authors",
  "license": "Apache-2.0",
  "main": "./dist/web-component.js",
  "module": "./dist/web-component.module.js",
  "exports": {
    ".": {
      "import": "./dist/web-component.module.js",
      "require": "./dist/web-component.js"
    },
    "./web-component": {
      "import": "./dist/web-component.module.js",
      "require": "./dist/web-component.js"
    },
    "./preact": {
      "import": "./dist/component-preact.module.js",
      "require": "./dist/component-preact.js"
    },
    "./react": {
      "import": "./dist/component-react.module.js",
      "require": "./dist/component-react.js"
    },
    "./styles.css": "./dist/styles.css",
    "./web-component.css": "./dist/web-component.css"
  },
  "files": [
    "dist/*",
    "styles.css",
    "preact",
    "react"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ampproject/amphtml.git",
    "directory": "extensions/amp-mathml/1.0"
  },
  "homepage": "https://github.com/ampproject/amphtml/tree/main/extensions/amp-mathml/1.0",
  "peerDependencies": {
    "preact": "^10.2.1",
    "react": "^17.0.0"
  },
  "dependencies": {
    "@bentoproject/core": "0.2305051745.1"
  }
}