{ "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": { "@shikijs/rehype": "^1.3.0", "@types/node": "^18.16.3", "carta-md": "workspace:*", "typescript": "^5.0.4", "typescript-cp": "^0.1.8" }, "peerDependencies": { "carta-md": "^4.0.0" }, "files": [ "dist" ], "version": "3.0.0", "dependencies": { "@shikijs/rehype": "^1.3.0", "unified": "^11.0.4" }, "keywords": [ "carta", "markdown", "editor", "marked", "text editor", "marked editor", "slash", "syntax highlighting", "emoji", "katex" ] }