mirror of
https://github.com/logseq/logseq.git
synced 2026-05-16 17:02:34 +00:00
Also remove all file graph references in publishing and add back publishing.db tests with db graph. Also remove file graph behavior for cmd-k and files
17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"name": "@logseq/publishing",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@logseq/nbb-logseq": "github:logseq/nbb-logseq#feat-db-v31",
|
|
"mldoc": "^1.5.9"
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "11.10.0",
|
|
"fs-extra": "9.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "yarn nbb-logseq -cp test -m nextjournal.test-runner"
|
|
}
|
|
}
|