mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
Previously `tags` doesn't return blocks that have children tag(s).
Also, `tags` support both db/ident and block/title to make it easy
to use:
(tags ?b #{144})
(tags ?b #{"Task"})
(tags ?b #{:logseq.class/Task})
42 lines
831 B
JSON
42 lines
831 B
JSON
{
|
|
"name": "@logseq/cli",
|
|
"version": "0.4.2",
|
|
"description": "Logseq CLI",
|
|
"bin": {
|
|
"logseq": "cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.17.0"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@logseq/nbb-logseq": "github:logseq/nbb-logseq#feat-db-v31",
|
|
"@modelcontextprotocol/sdk": "^1.17.5",
|
|
"better-sqlite3": "~11.10.0",
|
|
"fastify": "5.3.2",
|
|
"fs-extra": "^11.3.0",
|
|
"jszip": "3.8.0",
|
|
"mldoc": "^1.5.9",
|
|
"zod": "^4.1.5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/logseq/logseq.git",
|
|
"directory": "deps/cli"
|
|
},
|
|
"keywords": [
|
|
"logseq",
|
|
"knowledge graph",
|
|
"note taking",
|
|
"clojurescript",
|
|
"nbb"
|
|
],
|
|
"files": [
|
|
"src",
|
|
"vendor"
|
|
],
|
|
"scripts": {
|
|
"test": "yarn nbb-logseq -cp test -m nextjournal.test-runner"
|
|
}
|
|
}
|