92ec673efa
Bump version to `3.0.0` BREAKING CHANGE: Bump version to `3.0.0`
47 lines
812 B
JSON
47 lines
812 B
JSON
{
|
|
"name": "@cartamd/plugin-code",
|
|
"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": {
|
|
".": "./dist/index.js",
|
|
"./*.css": "./dist/*.css"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && tscp"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.16.3",
|
|
"carta-md": "workspace:*",
|
|
"typescript": "^5.0.4",
|
|
"typescript-cp": "^0.1.8",
|
|
"marked": "^9.1.5"
|
|
},
|
|
"peerDependencies": {
|
|
"carta-md": "^3.0.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"version": "3.0.0",
|
|
"dependencies": {
|
|
"marked-highlight": "^2.0.6"
|
|
},
|
|
"keywords": [
|
|
"carta",
|
|
"markdown",
|
|
"editor",
|
|
"marked",
|
|
"text editor",
|
|
"marked editor",
|
|
"slash",
|
|
"syntax highlighting",
|
|
"emoji",
|
|
"katex"
|
|
]
|
|
}
|