2025-04-22 10:09:22 +03:00
|
|
|
{
|
2025-04-22 14:38:57 +03:00
|
|
|
"name": "@triliumnext/source",
|
|
|
|
"version": "0.0.0",
|
2025-04-22 10:09:22 +03:00
|
|
|
"description": "Build your personal knowledge base with TriliumNext Notes",
|
|
|
|
"directories": {
|
|
|
|
"doc": "docs"
|
2025-04-22 14:38:57 +03:00
|
|
|
},
|
|
|
|
"scripts": {},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"@nx/js": "20.8.0",
|
|
|
|
"@swc-node/register": "~1.9.1",
|
|
|
|
"@swc/core": "~1.5.7",
|
|
|
|
"@swc/helpers": "~0.5.11",
|
|
|
|
"nx": "20.8.0",
|
|
|
|
"tslib": "^2.3.0",
|
|
|
|
"typescript": "~5.7.2"
|
|
|
|
},
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
|
|
|
"license": "AGPL-3.0-only",
|
2025-04-22 10:09:22 +03:00
|
|
|
"author": {
|
|
|
|
"name": "TriliumNext Notes Team",
|
|
|
|
"email": "contact@eliandoran.me",
|
|
|
|
"url": "https://github.com/TriliumNext/Notes"
|
|
|
|
},
|
2025-04-22 14:38:57 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/TriliumNext/Notes.git"
|
|
|
|
},
|
2025-04-22 10:09:22 +03:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/TriliumNext/Notes/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/TriliumNext/Notes#readme"
|
|
|
|
}
|