mirror of
https://github.com/zadam/trilium.git
synced 2025-12-30 11:14:24 +01:00
12 lines
192 B
JSON
12 lines
192 B
JSON
{
|
|
"name": "@triliumnext/pdfjs-viewer",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsx scripts/build.ts"
|
|
},
|
|
"dependencies": {
|
|
"pdfjs-dist": "5.4.530"
|
|
}
|
|
}
|