mirror of
https://github.com/zadam/trilium.git
synced 2026-09-14 11:06:04 +05:00
21 lines
535 B
JSON
21 lines
535 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": {
|
|
"better-sqlite3": "13.0.3",
|
|
"diff": "9.0.0",
|
|
"picocolors": "1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "9.6.0",
|
|
"vitest": "5.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "tsx src/compare.ts",
|
|
"build": "esbuild --platform=node --format=cjs --outdir=dist src/compare.ts",
|
|
"test": "vitest run"
|
|
}
|
|
}
|