2025-05-03 03:31:44 +03:00
|
|
|
{
|
|
|
|
|
"name": "@triliumnext/db-compare",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"private": true,
|
2025-05-03 03:35:10 +03:00
|
|
|
"description": "Tool to compare content of Trilium databases. Useful for debugging sync problems.",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"colors": "1.4.0",
|
2025-05-24 02:26:49 +00:00
|
|
|
"diff": "8.0.2",
|
2025-05-03 08:03:26 +00:00
|
|
|
"sqlite": "5.1.1",
|
2025-05-04 07:40:27 +00:00
|
|
|
"sqlite3": "5.1.7"
|
2025-05-03 03:35:10 +03:00
|
|
|
},
|
2025-09-02 19:29:38 +03:00
|
|
|
"scripts": {
|
|
|
|
|
"dev": "tsx src/compare.ts",
|
|
|
|
|
"build": "esbuild --platform=node --format=cjs --outdir=dist src/compare.ts"
|
2025-05-03 03:31:44 +03:00
|
|
|
}
|
|
|
|
|
}
|