Notes/package.json

38 lines
906 B
JSON
Raw Normal View History

{
2025-04-22 14:38:57 +03:00
"name": "@triliumnext/source",
"version": "0.0.0",
"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",
"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"
},
"bugs": {
"url": "https://github.com/TriliumNext/Notes/issues"
},
"homepage": "https://github.com/TriliumNext/Notes#readme"
}