mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 06:38:59 +02:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "@triliumnext/share-theme",
|
|
"version": "1.0.3",
|
|
"description": "Adaptation of the trilium.rocks share theme",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "esrun scripts/build.ts",
|
|
"build-scripts": "esrun scripts/build.ts -- --module=scripts",
|
|
"build-styles": "esrun scripts/build.ts -- --module=styles",
|
|
"dist": "esrun scripts/build.ts -- --minify",
|
|
"test": "esrun src/scripts/test.ts"
|
|
},
|
|
"exports": {
|
|
"./templates/*": "./src/templates/*",
|
|
"./styles/*": "./src/styles/*",
|
|
"./scripts/*": "./src/scripts/*",
|
|
"./*": "./dist/*"
|
|
},
|
|
"author": "Elian Doran <contact@eliandoran.me>",
|
|
"contributors": [
|
|
"Zerebos <me@zerebos.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@digitak/esrun": "3.2.26",
|
|
"@types/swagger-ui": "5.21.1",
|
|
"@typescript-eslint/eslint-plugin": "8.46.1",
|
|
"@typescript-eslint/parser": "8.46.1",
|
|
"dotenv": "17.2.3",
|
|
"esbuild": "0.25.11",
|
|
"eslint": "9.37.0",
|
|
"highlight.js": "11.11.1",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|