mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
25 lines
512 B
JSON
25 lines
512 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": {
|
|
"highlight.js": "11.11.1"
|
|
}
|
|
}
|