mirror of
https://github.com/zadam/trilium.git
synced 2026-09-14 11:06:04 +05:00
30 lines
715 B
JSON
30 lines
715 B
JSON
{
|
|
"name": "build-docs",
|
|
"version": "1.0.0",
|
|
"description": "Build documentation from Trilium notes",
|
|
"main": "src/main.ts",
|
|
"bin": {
|
|
"trilium-build-docs": "dist/cli.js"
|
|
},
|
|
"scripts": {
|
|
"start": "tsx .",
|
|
"cli": "tsx src/cli.ts",
|
|
"build": "tsx scripts/build.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "Elian Doran <contact@eliandoran.me>",
|
|
"license": "AGPL-3.0-only",
|
|
"packageManager": "pnpm@12.4.1",
|
|
"dependencies": {
|
|
"@triliumnext/core": "workspace:*",
|
|
"@triliumnext/server": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@redocly/cli": "2.52.0",
|
|
"archiver": "8.0.0",
|
|
"js-yaml": "5.4.1",
|
|
"typedoc": "0.28.20",
|
|
"typedoc-plugin-missing-exports": "4.1.4"
|
|
}
|
|
}
|