mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-12-30 17:39:56 -06:00
25 lines
734 B
JSON
25 lines
734 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|