mirror of https://github.com/TriliumNext/Notes
chore(monorepo/client): set up commons package
parent
25160a23a6
commit
42744acbb3
@ -0,0 +1 @@
|
|||||||
|
node_modules
|
||||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "trilium",
|
||||||
|
"productName": "TriliumNext Notes",
|
||||||
|
"description": "Build your personal knowledge base with TriliumNext Notes",
|
||||||
|
"version": "0.93.0",
|
||||||
|
"license": "AGPL-3.0-only",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/TriliumNext/Notes.git"
|
||||||
|
},
|
||||||
|
"workspaces": [
|
||||||
|
"apps/*",
|
||||||
|
"packages/*"
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"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.",
|
||||||
|
"homepage": "https://github.com/TriliumNext/Notes#readme",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/TriliumNext/Notes/issues"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/TriliumNext/Notes.git"
|
||||||
|
},
|
||||||
|
"license": "AGPL-3.0-only",
|
||||||
|
"author": {
|
||||||
|
"name": "TriliumNext Notes Team",
|
||||||
|
"email": "contact@eliandoran.me",
|
||||||
|
"url": "https://github.com/TriliumNext/Notes"
|
||||||
|
},
|
||||||
|
"type": "module",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue