trilium/packages/commons/package.json
2025-10-05 11:52:06 +03:00

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"
}
}