mirror of
https://github.com/zadam/trilium.git
synced 2025-12-29 18:54:29 +01:00
15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"name": "@triliumnext/pdfjs-viewer",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsx scripts/build.ts"
|
|
},
|
|
"dependencies": {
|
|
"@triliumnext/commons": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"pdfjs-dist": "5.4.530"
|
|
}
|
|
}
|