mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
17 lines
432 B
JSON
17 lines
432 B
JSON
{
|
|
"name": "@triliumnext/db-compare",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Tool to compare content of Trilium databases. Useful for debugging sync problems.",
|
|
"dependencies": {
|
|
"colors": "1.4.0",
|
|
"diff": "8.0.2",
|
|
"sqlite": "5.1.1",
|
|
"sqlite3": "5.1.7"
|
|
},
|
|
"scripts": {
|
|
"dev": "tsx src/compare.ts",
|
|
"build": "esbuild --platform=node --format=cjs --outdir=dist src/compare.ts"
|
|
}
|
|
}
|