mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 14:44:53 +00:00
- Also reuse docs graph test assertions to ensure main app and graph-parser are in sync. - Removed promesa from extract tests since they are no longer async - Added cljs and npm deps that were missing and caught by cljs tests
12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"name": "@logseq/graph-parser",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@logseq/nbb-logseq": "^0.5.103"
|
|
},
|
|
"dependencies": {
|
|
"mldoc": "^1.3.3"
|
|
}
|
|
}
|