-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 969 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "schulportal-load-tests",
"version": "1.0.0",
"description": "Load and performance tests for the schulportal",
"main": "index.js",
"scripts": {
"check": "npm run format && npm run typecheck && npm run lint",
"format": "prettier --write .",
"lint": "eslint --fix",
"typecheck": "tsc",
"generate-client": "openapi-generator-cli generate -g typescript -i loadtest/api-client/openapispec.json -o loadtest/api-client/generated --openapi-normalizer REFACTOR_ALLOF_WITH_PROPERTIES_ONLY=true -p importFileExtension=.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.11.1",
"@openapitools/openapi-generator-cli": "^2.14.0",
"@types/k6": "^0.54.1",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.10.0",
"prettier": "3.3.3",
"typescript": "5.5.x",
"typescript-eslint": "^8.8.0"
}
}