chore(nx): clean up package JSON

This commit is contained in:
Elian Doran
2025-04-28 23:31:58 +03:00
parent 64f315437e
commit fdcdc41ea6
8 changed files with 15 additions and 207 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "@triliumnext/commons",
"version": "0.0.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": "./dist/index.js",
@@ -15,6 +16,12 @@
"default": "./dist/index.js"
}
},
"license": "AGPL-3.0-only",
"author": {
"name": "TriliumNext Notes Team",
"email": "contact@eliandoran.me",
"url": "https://github.com/TriliumNext/Notes"
},
"nx": {
"sourceRoot": "packages/commons/src",
"targets": {