Notes/packages/highlightjs/package.json

29 lines
671 B
JSON
Raw Permalink Normal View History

{
"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"
},
2025-05-18 00:20:43 +03:00
"dependencies": {
2025-05-18 21:10:26 +03:00
"@exercism/highlightjs-gdscript": "0.0.1",
2025-05-18 15:16:53 +03:00
"@triliumnext/commons": "workspace:*",
2025-05-18 21:18:45 +03:00
"highlight.js": "11.11.1",
2025-05-18 22:03:30 +03:00
"highlightjs-cobol": "0.3.3",
2025-05-18 21:18:45 +03:00
"highlightjs-cypher": "1.2.0"
2025-05-18 00:20:43 +03:00
}
}