Files
Trilium/packages/commons/package.json

21 lines
553 B
JSON
Raw Normal View History

{
"name": "@triliumnext/commons",
2025-12-26 14:01:04 +02:00
"version": "0.101.1",
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-12-03 20:49:57 +02:00
"scripts": {
"test": "vitest"
},
"dependencies": {
"dayjs": "1.11.19",
"dayjs-plugin-utc": "0.1.2"
}
2025-06-07 12:46:18 +03:00
}