mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-06 20:32:06 -05:00
* feat(groupware): start implementing JMAP websocket support for push notifications (unfinished) * groupware: add GetLatestEmailsSummaryForAllAccounts * add new vendored dependency: github.com/gorilla/websocket * jmap: add QueryEmailSummaries * openapi: start adding examples * openapi: add new tooling for api-examples.yaml injection * apidoc-process.ts: make it more typescript-y * bump @redocly/cli from 2.0.8 to latest 2.2.0
16 lines
422 B
JSON
16 lines
422 B
JSON
{
|
|
"dependencies": {
|
|
"@redocly/cli": "^2.2.0",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"cheerio": "^1.1.2",
|
|
"js-yaml": "^4.1.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/node": "^24.3.1"
|
|
}
|
|
}
|