mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 07:58:59 +01:00
26 lines
555 B
JSON
26 lines
555 B
JSON
{
|
|
"name": "@triliumnext/highlightjs",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"development": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"nx": {
|
|
"name": "highlightjs"
|
|
},
|
|
"dependencies": {
|
|
"@triliumnext/commons": "workspace:*",
|
|
"highlight.js": "11.11.1"
|
|
}
|
|
}
|