2025-04-18 11:52:52 +03:00
{
"name" : "@triliumnext/server" ,
"version" : "0.0.1" ,
"description" : "The server-side component of TriliumNext, which exposes the client via the web, allows for sync and provides a REST API for both internal and external use." ,
"homepage" : "https://github.com/TriliumNext/Notes#readme" ,
"bugs" : {
"url" : "https://github.com/TriliumNext/Notes/issues"
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/TriliumNext/Notes.git"
} ,
"license" : "AGPL-3.0-only" ,
"author" : {
"name" : "TriliumNext Notes Team" ,
"email" : "contact@eliandoran.me" ,
"url" : "https://github.com/TriliumNext/Notes"
} ,
"type" : "module" ,
"main" : "index.js" ,
"scripts" : {
2025-04-18 12:09:56 +03:00
"build:ts" : "tsc"
2025-04-18 11:59:00 +03:00
} ,
"devDependencies" : {
2025-04-18 12:09:56 +03:00
"turndown" : "7.2.0" ,
"typescript" : "5.8.3" ,
"typescript-eslint" : "8.30.1"
2025-04-18 11:52:52 +03:00
}
}