riot-katex/package.json
dependabot[bot] 7da723162a
Bump katex from 0.11.1 to 0.16.10
Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.11.1 to 0.16.10.
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.11.1...v0.16.10)

---
updated-dependencies:
- dependency-name: katex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 19:39:58 +00:00

25 lines
691 B
JSON

{
"name": "riot-katex",
"version": "1.0.0",
"description": "Renders formulars in the Riot chat client for Matrix using KaTeX.",
"main": "riot-katex.js",
"dependencies": {
"katex": "^0.16.10"
},
"devDependencies": {},
"scripts": {
"postinstall": "sh ./package.sh",
"build": "sh ./package.sh",
"clean": "rm -r build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vale981/riot-katex.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/vale981/riot-katex/issues"
},
"homepage": "https://github.com/vale981/riot-katex#readme"
}