{ "name": "@mui/internal-markdown", "version": "2.0.13", "author": "MUI Team", "description": "MUI markdown parser. This is an internal package not meant for general use.", "main": "./index.mjs", "browser": "./index.mjs", "types": "./index.d.mts", "exports": { ".": "./index.mjs", "./loader": "./loader.mjs", "./prism": { "types": "./prism.d.mts", "require": null, "import": "./prism.mjs" } }, "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages/markdown" }, "scripts": { "release:publish": "pnpm publish --tag latest", "release:publish:dry-run": "pnpm publish --tag latest --registry=\"http://localhost:4873/\"" }, "dependencies": { "@babel/runtime": "^7.28.4", "es-toolkit": "^1.42.0", "marked": "^17.0.1", "prismjs": "^1.30.0" }, "devDependencies": { "@types/chai": "^5.2.3", "chai": "^6.0.1" }, "publishConfig": { "access": "public" } }