Files
Trilium/apps/build-docs/package.json

23 lines
502 B
JSON
Raw Normal View History

2025-11-01 20:03:53 +02:00
{
"name": "build-docs",
"version": "1.0.0",
"description": "",
"main": "src/main.ts",
2025-11-01 20:03:53 +02:00
"scripts": {
"start": "tsx ."
2025-11-01 20:03:53 +02:00
},
"keywords": [],
"author": "Elian Doran <contact@eliandoran.me>",
"license": "AGPL-3.0-only",
2025-11-13 01:07:17 +00:00
"packageManager": "pnpm@10.22.0",
2025-11-01 20:03:53 +02:00
"devDependencies": {
"@redocly/cli": "2.11.1",
"archiver": "7.0.1",
"fs-extra": "11.3.2",
2025-11-01 20:15:38 +02:00
"react": "19.2.0",
2025-11-01 22:42:27 +02:00
"react-dom": "19.2.0",
"typedoc": "0.28.14",
"typedoc-plugin-missing-exports": "4.1.2"
2025-11-01 20:03:53 +02:00
}
}