mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
17 lines
320 B
JSON
17 lines
320 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": {
|
||
|
|
"swagger-ui-dist": "5.30.1"
|
||
|
|
}
|
||
|
|
}
|