mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-21 12:28:33 -05: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...
24 lines
569 B
JSON
24 lines
569 B
JSON
{
|
|
"name": "groupware",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "groupware",
|
|
"version": "1.0.0",
|
|
"license": "ASL",
|
|
"devDependencies": {
|
|
"@types/k6": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/@types/k6": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/@types/k6/-/k6-1.0.2.tgz",
|
|
"integrity": "sha512-bpja1c7OXIJk06aPGN+Aw5f3QhP0PjvgX2Fwfa3rJUaUI+O1ZE3491g9hMjhH21ZlTaAhz7h6veyxaz/RqPUTg==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|