{
    "name": "@doenet/doenetml-iframe",
    "type": "module",
    "description": "A renderer for DoenetML contained in an iframe",
    "version": "0.7.25",
    "license": "AGPL-3.0-or-later",
    "homepage": "https://github.com/Doenet/DoenetML#readme",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Doenet/DoenetML.git"
    },
    "files": [
        "./"
    ],
    "exports": {
        ".": {
            "import": "./index.js"
        },
        "./*": {
            "import": "./*"
        }
    },
    "private": false,
    "peerDependencies": {
        "react": "^19.2.3",
        "react-dom": "^19.2.3",
        "better-react-mathjax": "^3.0.0"
    }
}