mirror of
https://github.com/logseq/logseq.git
synced 2026-05-17 09:22:21 +00:00
* fix(lint): make worker/frontend separation lint work on Windows * chore: update cljs:electron-watch script to include test flag * chore: remove dead root dependencies * chore(deps): converge better-sqlite3 to 12.6.2 across deps packages * chore(deps): converge fs-extra to ^11.3.0 across package roots * fix(test): correct parameters for create-if-not-exists function * chore(deps): converge cljs-bean to 1.9.0 across deps roots * fix(tests): escape regex in cljs:run-test script * chore: pin root packageManager to yarn 1.22.22 * chore(build): replace del with fs.rmSync in gulp clean * chore(build): replace npm-run-all with npm-run-all2 * chore(security): upgrade dompurify and unify sanitizer path * chore(observability): upgrade web sentry to 8.x * chore: remove unused react-draggable dependencies * chore(ci): fix windows release artifact collection * fix(build): create static dir before gulp clean scans it * fix: update nbb-logseq dependency to version feat-db-v33 * fix(test): move start-time initialization after clone repo * fix(deps): update nbb dependencies and adjust test script paths to compatible with windows path delimiter * chore(deps): remove dead meander dependency --------- Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
42 lines
830 B
JSON
42 lines
830 B
JSON
{
|
|
"name": "@logseq/cli",
|
|
"version": "0.4.3",
|
|
"description": "Logseq CLI",
|
|
"bin": {
|
|
"logseq": "cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.17.0"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@logseq/nbb-logseq": "github:logseq/nbb-logseq#feat-db-v33",
|
|
"@modelcontextprotocol/sdk": "^1.17.5",
|
|
"better-sqlite3": "^12.6.2",
|
|
"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"
|
|
}
|
|
}
|