mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
14 lines
430 B
JSON
14 lines
430 B
JSON
{
|
|
"name": "@triliumnext/commons",
|
|
"version": "0.99.1",
|
|
"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",
|
|
"license": "AGPL-3.0-only",
|
|
"author": {
|
|
"name": "Trilium Notes Team",
|
|
"email": "contact@eliandoran.me",
|
|
"url": "https://triliumnotes.org"
|
|
}
|
|
} |