Files
logseq/deps/common/package.json
Gabriel Horner 6a84e56984 enhance: working spike for export md command
export namespaces aren't reused yet. Fixed bug w/ get-block-and-children
not invoking correctly in nbb. Bumped all deps to use latest nbb-logseq
2025-08-26 11:27:34 -04:00

12 lines
251 B
JSON

{
"name": "@logseq/common",
"version": "1.0.0",
"private": true,
"devDependencies": {
"@logseq/nbb-logseq": "github:logseq/nbb-logseq#feat-db-v27"
},
"scripts": {
"test": "yarn nbb-logseq -cp test -m nextjournal.test-runner"
}
}