mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
15 lines
344 B
JSON
15 lines
344 B
JSON
{
|
|
"name": "@triliumnext/highlightjs",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"@exercism/highlightjs-gdscript": "0.0.1",
|
|
"@triliumnext/commons": "workspace:*",
|
|
"highlight.js": "11.11.1",
|
|
"highlightjs-cobol": "0.3.3",
|
|
"highlightjs-cypher": "1.2.0"
|
|
}
|
|
}
|