Files
logseq/deps/graph-parser/package.json
Gabriel Horner 5de565dcce fix: some pdf annotations weren't imported
. Creation of edn+md paths from pdf path were lacking sanitization which
resulted in edn and md files not being associated with pdf

Fixes https://github.com/logseq/db-test/issues/196#issuecomment-3059363947.
Also fix incorrect dep
2025-07-22 12:24:14 -04:00

18 lines
463 B
JSON

{
"name": "@logseq/graph-parser",
"version": "1.0.0",
"private": true,
"devDependencies": {
"@logseq/nbb-logseq": "logseq/nbb-logseq#feat-db-v24",
"better-sqlite3": "11.10.0"
},
"dependencies": {
"mldoc": "^1.5.9",
"sanitize-filename": "1.6.3"
},
"scripts": {
"test": "nbb-logseq -cp test:../outliner/src -m nextjournal.test-runner",
"test-v": "nbb-logseq -cp test:../outliner/src -m logseq.graph-parser.test-runner"
}
}