Notes/packages/share-theme/package.json

39 lines
1.1 KiB
JSON
Raw Normal View History

{
2025-06-08 22:57:24 +03:00
"name": "@triliumnext/share-theme",
"version": "1.0.3",
2025-06-10 09:09:18 +03:00
"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"
},
2025-06-08 22:57:24 +03:00
"exports": {
2025-06-08 23:12:09 +03:00
"./templates/*": "./src/templates/*",
2025-06-09 14:13:35 +03:00
"./styles/*": "./src/styles/*",
"./scripts/*": "./src/scripts/*",
2025-06-08 23:12:09 +03:00
"./*": "./dist/*"
2025-06-08 22:57:24 +03:00
},
2025-06-10 09:09:18 +03:00
"author": "Elian Doran <contact@eliandoran.me>",
"contributors": [
"Zerebos <me@zerebos.com>"
],
"license": "Apache-2.0",
"devDependencies": {
"@digitak/esrun": "^3.2.24",
"@types/swagger-ui": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"dotenv": "^16.3.1",
"esbuild": "^0.25.0",
"eslint": "^9.0.0",
"highlight.js": "^11.8.0",
"typescript": "^5.2.2"
2025-06-09 10:48:31 +03:00
},
"nx": {
"name": "share-theme"
}
}