Files
Trilium/packages/commons/package.json
Elian Doran 109f06f8bb Merge branch 'release/v0.102.2'
; Conflicts:
;	apps/desktop/package.json
;	apps/server/src/routes/api/image.ts
;	apps/server/src/share/routes.ts
;	pnpm-lock.yaml
2026-04-05 19:41:24 +03:00

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