Notes/package.json

23 lines
616 B
JSON
Raw Normal View History

{
"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"
}
2024-05-03 21:18:20 +02:00
}