2025-04-18 02:45:31 +03:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2025-04-19 00:08:56 +03:00
|
|
|
"workspaces": {
|
|
|
|
"packages": [
|
|
|
|
"apps/*",
|
|
|
|
"packages/*"
|
|
|
|
],
|
|
|
|
"nohoist": [
|
|
|
|
"better-sqlite3"
|
|
|
|
]
|
|
|
|
},
|
2025-04-18 16:39:37 +03:00
|
|
|
"scripts": {
|
2025-04-18 17:32:48 +03:00
|
|
|
"build": "npm run client:build && npm run server:build",
|
2025-04-18 23:16:11 +03:00
|
|
|
"build:packages": "npm --workspace=packages/commons run build",
|
2025-04-18 17:32:48 +03:00
|
|
|
"test": "npm --workspace=apps/client --workspace=apps/server run test",
|
2025-04-18 17:20:23 +03:00
|
|
|
|
2025-04-18 17:32:48 +03:00
|
|
|
"client:test": "npm --workspace=apps/client run test",
|
|
|
|
"client:build": "npm --workspace=apps/client run build:webpack",
|
2025-04-18 17:16:03 +03:00
|
|
|
|
2025-04-18 17:32:48 +03:00
|
|
|
"server:test": "npm --workspace=apps/server run test",
|
|
|
|
"server:coverage": "npm --workspace=apps/server run coverage",
|
2025-04-18 22:54:54 +03:00
|
|
|
"server:build": "npm --workspace=apps/server run build:ts",
|
2025-04-18 23:19:50 +03:00
|
|
|
"server:package": "npm --workspace=apps/server run package",
|
2025-04-18 17:16:03 +03:00
|
|
|
|
2025-04-19 01:25:28 +03:00
|
|
|
"electron-forge:make": "npm --workspace=apps/desktop run electron-forge:make",
|
|
|
|
|
2025-04-18 17:16:03 +03:00
|
|
|
"chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts",
|
|
|
|
"chore:update-build-info": "tsx ./scripts/update-build-info.ts"
|
2025-04-18 16:39:37 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"tsx": "^4.19.3"
|
|
|
|
}
|
2024-05-03 21:18:20 +02:00
|
|
|
}
|