mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-14 08:09:55 -06:00
* refactored the models to be strongly typed with structs and mapstruct to decompose the dynamic parts of the JMAP payloads * externalized large JSON strings for tests into .json files under testdata/ * added a couple of fantasy Graph groupware APIs to explore further options * added k6 scripts to test those graph/me/messages APIs, with a setup program to set up users in LDAP, fill their IMAP inbox, activate them in Stalwart, cleaning things up, etc...
17 lines
314 B
JSON
17 lines
314 B
JSON
{
|
|
"name": "groupware",
|
|
"version": "1.0.0",
|
|
"main": "groupware.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "k6 run groupware.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "Pascal Bleser <p.bleser@opencloud.eu>",
|
|
"license": "ASL",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@types/k6": "^1.0.2"
|
|
}
|
|
}
|