carta/packages/plugin-math/package.json
BearToCode 92ec673efa build: sync plugins major version master
Bump version to `3.0.0`

BREAKING CHANGE: Bump version to `3.0.0`
2023-11-11 16:48:37 +01:00

49 lines
799 B
JSON

{
"name": "@cartamd/plugin-math",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BearToCode/carta.git"
},
"exports": {
".": {
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/katex": "^0.16.0",
"carta-md": "workspace:*",
"typescript": "^5.0.4",
"marked": "^9.1.5"
},
"peerDependencies": {
"carta-md": "^3.0.0",
"katex": "^0.16.7",
"marked": "^9.1.5"
},
"files": [
"dist"
],
"dependencies": {
"katex": "^0.16.7"
},
"version": "3.0.0",
"keywords": [
"carta",
"markdown",
"editor",
"marked",
"text editor",
"marked editor",
"slash",
"syntax highlighting",
"emoji",
"katex"
]
}