2025-04-29 00:17:58 +03:00
|
|
|
{
|
|
|
|
|
"name": "@triliumnext/dump-db",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Standalone tool to dump contents of Trilium document.db file into a directory tree of notes",
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2025-11-29 02:49:33 +00:00
|
|
|
"better-sqlite3": "12.5.0",
|
2025-11-22 07:08:13 +00:00
|
|
|
"mime-types": "3.0.2",
|
2025-10-01 20:52:25 +03:00
|
|
|
"sanitize-filename": "1.6.3",
|
2025-12-01 01:19:56 +00:00
|
|
|
"tsx": "4.21.0",
|
2025-10-01 20:52:25 +03:00
|
|
|
"yargs": "18.0.0"
|
2025-04-29 00:17:58 +03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-10-01 20:52:25 +03:00
|
|
|
"@types/better-sqlite3": "7.6.13",
|
|
|
|
|
"@types/mime-types": "3.0.1",
|
2025-11-15 01:01:22 +00:00
|
|
|
"@types/yargs": "17.0.35"
|
2025-04-29 00:17:58 +03:00
|
|
|
},
|
2025-09-02 19:29:38 +03:00
|
|
|
"scripts": {
|
|
|
|
|
"dev": "tsx src/main.ts",
|
|
|
|
|
"build": "esbuild --platform=node --format=cjs --outdir=dist src/main.ts"
|
2025-04-29 00:17:58 +03:00
|
|
|
}
|
|
|
|
|
}
|