build: Improve product information in package.json

This commit is contained in:
Elian Doran 2024-07-20 23:39:53 +03:00
parent 6c36c47135
commit 2e2400edb3
No known key found for this signature in database

View File

@ -1,14 +1,14 @@
{ {
"name": "trilium", "name": "trilium",
"productName": "Trilium Notes", "productName": "TriliumNext Notes",
"description": "Build your personal knowledge base with Trilium Notes", "description": "Build your personal knowledge base with TriliumNext Notes",
"version": "0.90.0-beta", "version": "0.90.0-beta",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"main": "./dist/electron.js", "main": "./dist/electron.js",
"author": { "author": {
"name": "zadam", "name": "TriliumNext Notes Teams",
"email": "zadam.apps@gmail.com", "email": "contact@eliandoran.me",
"url": "https://github.com/zadam" "url": "https://github.com/TriliumNext/Notes"
}, },
"copyright": "", "copyright": "",
"bin": { "bin": {
@ -16,7 +16,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/zadam/trilium.git" "url": "https://github.com/TriliumNext/Notes.git"
}, },
"scripts": { "scripts": {
"start-server": "cross-env TRILIUM_SAFE_MODE=1 TRILIUM_DATA_DIR=./data TRILIUM_ENV=dev TRILIUM_SYNC_SERVER_HOST=http://tsyncserver:4000 nodemon src/www.ts", "start-server": "cross-env TRILIUM_SAFE_MODE=1 TRILIUM_DATA_DIR=./data TRILIUM_ENV=dev TRILIUM_SYNC_SERVER_HOST=http://tsyncserver:4000 nodemon src/www.ts",