mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 16:08:58 +01:00
21 lines
418 B
JSON
21 lines
418 B
JSON
{
|
|
"name": "build-docs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"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"
|
|
}
|
|
}
|