refactor(share): update package meta

This commit is contained in:
Elian Doran 2025-06-10 09:09:18 +03:00
parent cbc57c3a77
commit e7ab96538c
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
{ {
"name": "@triliumnext/share-theme", "name": "@triliumnext/share-theme",
"version": "1.0.3", "version": "1.0.3",
"description": "", "description": "Adaptation of the trilium.rocks share theme",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "esrun scripts/build.ts", "build": "esrun scripts/build.ts",
@ -16,8 +16,11 @@
"./scripts/*": "./src/scripts/*", "./scripts/*": "./src/scripts/*",
"./*": "./dist/*" "./*": "./dist/*"
}, },
"author": "", "author": "Elian Doran <contact@eliandoran.me>",
"license": "ISC", "contributors": [
"Zerebos <me@zerebos.com>"
],
"license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@digitak/esrun": "^3.2.24", "@digitak/esrun": "^3.2.24",
"@types/swagger-ui": "^3.52.0", "@types/swagger-ui": "^3.52.0",