참고소스 수정본

This commit is contained in:
LASTA_DEV01\lasta
2026-05-12 19:40:31 +09:00
parent 0f34a451fc
commit 2e9204243d
8708 changed files with 3259488 additions and 869 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "test-suite",
"version": "1.0.0",
"description": "",
"scripts": {
"test:load": "artillery run --output ./load-test-results/test-run-report.json load-test.yml"
},
"author": "",
"license": "ISC",
"devDependencies": {
"artillery": "^2.0.30"
},
"pnpm": {
"overrides": {
"fast-xml-builder": ">=1.1.6 <2.0.0",
"fast-xml-parser": "^5.7.0",
"minimatch@<10.2.3": ">=10.2.3",
"undici": "^7.24.1",
"picomatch@<4.0.4": ">=4.0.4",
"brace-expansion": ">=5.0.5",
"lodash": ">=4.18.0",
"protobufjs@<7.5.5": ">=7.5.5 <8.0.0",
"postcss@<8.5.10": ">=8.5.10 <9.0.0"
}
}
}