2025-04-22 14:45:25 +03:00
|
|
|
{
|
|
|
|
|
"name": "@triliumnext/commons",
|
2025-11-11 22:15:56 +02:00
|
|
|
"version": "0.99.5",
|
2025-04-28 23:31:58 +03:00
|
|
|
"description": "Shared library between the clients (e.g. browser, Electron) and the server, mostly for type definitions and utility methods.",
|
2025-04-22 14:45:25 +03:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
2025-08-31 16:58:57 +03:00
|
|
|
"main": "./src/index.ts",
|
2025-04-28 23:31:58 +03:00
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
|
"author": {
|
2025-06-22 10:53:04 +03:00
|
|
|
"name": "Trilium Notes Team",
|
2025-04-28 23:31:58 +03:00
|
|
|
"email": "contact@eliandoran.me",
|
2025-09-28 11:02:24 +03:00
|
|
|
"url": "https://triliumnotes.org"
|
2025-04-22 14:45:25 +03:00
|
|
|
}
|
2025-06-07 12:46:18 +03:00
|
|
|
}
|