* test(): test dynamic max workers * test(): test dynamic max workers * test(): test dynamic max workers * test(): test dynamic max workers * test(): test dynamic max workers * test(): test dynamic max workers * test(): test dynamic max workers * test(): test dynamic max workers * test(): test dynamic max workers * test(): test dynamic max workers * test(): test dynamic max workers * test(): test dynamic max workers * test(): test dynamic max workers * test(): test dynamic max workers * test(): test dynamic max workers * test(): test dynamic max workers * Clarify test description and improve CI
48 lines
1.6 KiB
JSON
48 lines
1.6 KiB
JSON
{
|
|
"name": "integration-tests-http",
|
|
"version": "1.0.24",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"test:integration": "jest --no-cache --bail --detectOpenHandles --forceExit --logHeapUsage",
|
|
"test:integration:chunk": "jest --silent --no-cache --bail --forceExit",
|
|
"build": "tsc --allowJs --outDir ./dist"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/api-key": "workspace:^",
|
|
"@medusajs/auth": "workspace:*",
|
|
"@medusajs/cache-inmemory": "workspace:*",
|
|
"@medusajs/core-flows": "workspace:*",
|
|
"@medusajs/customer": "workspace:^",
|
|
"@medusajs/event-bus-local": "workspace:*",
|
|
"@medusajs/fulfillment": "workspace:^",
|
|
"@medusajs/fulfillment-manual": "workspace:^",
|
|
"@medusajs/inventory": "workspace:^",
|
|
"@medusajs/medusa": "workspace:*",
|
|
"@medusajs/modules-sdk": "workspace:^",
|
|
"@medusajs/pricing": "workspace:^",
|
|
"@medusajs/product": "workspace:^",
|
|
"@medusajs/promotion": "workspace:^",
|
|
"@medusajs/region": "workspace:^",
|
|
"@medusajs/stock-location": "workspace:^",
|
|
"@medusajs/store": "workspace:^",
|
|
"@medusajs/tax": "workspace:^",
|
|
"@medusajs/test-utils": "workspace:*",
|
|
"@medusajs/user": "workspace:^",
|
|
"@medusajs/utils": "workspace:^",
|
|
"@medusajs/workflow-engine-inmemory": "workspace:*",
|
|
"form-data": "^4.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"pg": "^8.11.3"
|
|
},
|
|
"devDependencies": {
|
|
"@medusajs/types": "workspace:^",
|
|
"@swc/core": "^1.4.8",
|
|
"@swc/jest": "^0.2.36",
|
|
"jest": "^29.7.0",
|
|
"json-2-csv": "^5.5.9",
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|