mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
* Frontend and cmdline version use the same fns! * Add docstrings and db tests * Fix bug with intermittently failing asset copies * Move publish cli to scripts since publish-spa shouldn't have graph-parser dependency * Fix parse-graph bug noticed while testing publishing
13 lines
210 B
JSON
13 lines
210 B
JSON
{
|
|
"name": "nbb-dev-scripts",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@logseq/nbb-logseq": "^1.2.168"
|
|
},
|
|
"dependencies": {
|
|
"mldoc": "^1.5.1",
|
|
"fs-extra": "9.1.0"
|
|
}
|
|
}
|