mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
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": {
|
|
"build": "npm run client:build && npm run server:build",
|
|
"build:packages": "npm --workspace=packages/commons run build",
|
|
"test": "npm --workspace=apps/client --workspace=apps/server run test",
|
|
|
|
"client:test": "npm --workspace=apps/client run test",
|
|
"client:build": "npm --workspace=apps/client run build:webpack",
|
|
|
|
"server:test": "npm --workspace=apps/server run test",
|
|
"server:coverage": "npm --workspace=apps/server run coverage",
|
|
"server:build": "npm --workspace=apps/server run build:ts",
|
|
"server:package": "npm --workspace=apps/server run package",
|
|
|
|
"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"
|
|
}
|
|
}
|