carta/packages/plugin-code/package.json
2023-11-07 11:53:10 +01:00

47 lines
811 B
JSON

{
"name": "@cartamd/plugin-code",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BearToCode/carta-md.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": "^2.8.0"
},
"files": [
"dist"
],
"version": "2.8.0",
"dependencies": {
"marked-highlight": "^2.0.6"
},
"keywords": [
"carta",
"markdown",
"editor",
"marked",
"text editor",
"marked editor",
"slash",
"syntax highlighting",
"emoji",
"katex"
]
}