mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 03:53:37 -06:00
21 lines
429 B
JSON
21 lines
429 B
JSON
{
|
|
"name": "build-docs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/main.ts",
|
|
"scripts": {
|
|
"start": "tsx ."
|
|
},
|
|
"keywords": [],
|
|
"author": "Elian Doran <contact@eliandoran.me>",
|
|
"license": "AGPL-3.0-only",
|
|
"packageManager": "pnpm@10.19.0",
|
|
"devDependencies": {
|
|
"@redocly/cli": "2.10.0",
|
|
"archiver": "7.0.1",
|
|
"fs-extra": "11.3.2",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0"
|
|
}
|
|
}
|