Files
Trilium/packages/commons/package.json

14 lines
430 B
JSON
Raw Normal View History

{
"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.",
"private": true,
"type": "module",
"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",
"url": "https://triliumnotes.org"
}
2025-06-07 12:46:18 +03:00
}