mirror of
https://github.com/zadam/trilium.git
synced 2026-04-07 20:49:02 +02:00
; Conflicts: ; apps/desktop/package.json ; apps/server/src/routes/api/image.ts ; apps/server/src/share/routes.ts ; pnpm-lock.yaml
22 lines
577 B
JSON
22 lines
577 B
JSON
{
|
|
"name": "@triliumnext/commons",
|
|
"version": "0.102.2",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "1.11.20",
|
|
"dayjs-plugin-utc": "0.1.2",
|
|
"marked": "17.0.5"
|
|
}
|
|
} |