참고소스 수정본
This commit is contained in:
26
참고/firecrawl-main/apps/test-suite/package.json
Normal file
26
참고/firecrawl-main/apps/test-suite/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user