Files
streamdown-github-app[bot] c2337f06d7 Version Packages (#353)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-18 21:07:35 -08:00

47 lines
1.1 KiB
JSON

{
"name": "@streamdown/math",
"version": "1.0.1",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "vitest run",
"test:coverage": "vitest --coverage run"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"katex": "^0.16.27",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.0.15",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"unified": "^11.0.5",
"vitest": "^4.0.15"
},
"author": "Hayden Bleasel <hayden.bleasel@vercel.com>",
"license": "Apache-2.0",
"description": "KaTeX math rendering plugin for Streamdown",
"repository": {
"type": "git",
"url": "git+https://github.com/vercel/streamdown.git",
"directory": "packages/streamdown-math"
}
}