mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 01:52:28 +08:00
23 lines
616 B
JSON
23 lines
616 B
JSON
{
|
|
"name": "trilium",
|
|
"productName": "TriliumNext Notes",
|
|
"description": "Build your personal knowledge base with TriliumNext Notes",
|
|
"version": "0.93.0",
|
|
"license": "AGPL-3.0-only",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/TriliumNext/Notes.git"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts",
|
|
"chore:update-build-info": "tsx ./scripts/update-build-info.ts"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.19.3"
|
|
}
|
|
}
|