|
|
|
@ -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",
|
|
|
|
|