Files
opencloud/tests/groupware/package-lock.json
Pascal Bleser 3f8076aa46 Groupware improvements: refactoring, k6 tests
* 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...
2025-12-09 09:15:36 +01:00

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"
}
}
}