mirror of
https://github.com/zadam/trilium.git
synced 2026-04-10 22:17:48 +02:00
; Conflicts: ; apps/desktop/package.json ; apps/server/src/routes/api/image.ts ; apps/server/src/share/routes.ts ; pnpm-lock.yaml
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"name": "@triliumnext/pdfjs-viewer",
|
|
"version": "0.102.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsx scripts/build.ts",
|
|
"watch": "tsx scripts/build.ts --watch"
|
|
},
|
|
"dependencies": {
|
|
"@triliumnext/commons": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"pdfjs-dist": "5.6.205"
|
|
}
|
|
} |