Files
wehub-resource-sync e0e362d700
SDK Tests / SDK CI (push) Blocked by required conditions
SDK Tests / changes (push) Successful in 2m29s
Real E2E Tests / changes (push) Successful in 2m29s
SDK Tests / Python SDK Tests (sandbox) (push) Waiting to run
SDK Tests / CLI Quality (push) Waiting to run
SDK Tests / CLI Tests (push) Waiting to run
SDK Tests / Python SDK Quality (code-interpreter) (push) Waiting to run
SDK Tests / Python SDK Quality (sandbox) (push) Waiting to run
SDK Tests / Python SDK Tests (code-interpreter) (push) Waiting to run
SDK Tests / JavaScript SDK Quality And Tests (code-interpreter) (push) Waiting to run
SDK Tests / JavaScript SDK Quality And Tests (sandbox) (push) Waiting to run
SDK Tests / Kotlin SDK Quality And Tests (sandbox) (push) Waiting to run
SDK Tests / Kotlin SDK Quality And Tests (code-interpreter) (push) Waiting to run
SDK Tests / C# SDK Quality And Tests (code-interpreter) (push) Waiting to run
SDK Tests / C# SDK Quality And Tests (sandbox) (push) Waiting to run
SDK Tests / Go SDK Quality And Tests (push) Waiting to run
Deploy Docs Pages / build (push) Has been cancelled
Deploy Docs Pages / deploy (push) Has been cancelled
Real E2E Tests / JavaScript E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / Python E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / Java E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / C# E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / Go E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / Real E2E CI (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:39:33 +08:00

42 lines
1.3 KiB
JSON

{
"name": "opensandbox-javascript-e2e-tests",
"version": "1.0.0",
"private": true,
"type": "module",
"packageManager": "pnpm@9.15.0",
"pnpm": {
"overrides": {
"rollup": "4.60.2",
"picomatch@^4.0.0": "4.0.4",
"brace-expansion@^1.0.0": "1.1.13",
"brace-expansion@^2.0.0": "2.0.3",
"flatted@^3.0.0": "3.4.2",
"esbuild": "0.25.2",
"postcss": "8.5.10",
"vite": "6.4.3",
"js-yaml": ">=4.2.0"
}
},
"scripts": {
"pretest": "pnpm install --prefer-offline",
"prep:sdk": "pnpm -C ../../sdks install --prefer-offline && pnpm -C ../../sdks run build:js",
"lint": "eslint . --max-warnings 0",
"test": "pnpm run prep:sdk && pnpm exec vitest run",
"pretest:ci": "pnpm install --prefer-offline",
"test:ci": "pnpm run prep:sdk && pnpm exec vitest run --reporter=default --reporter=junit --outputFile=build/test-results/junit.xml"
},
"dependencies": {
"@alibaba-group/opensandbox": "link:../../sdks/sandbox/javascript",
"@alibaba-group/opensandbox-code-interpreter": "link:../../sdks/code-interpreter/javascript"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/node": "^20.11.30",
"eslint": "^9.39.4",
"typescript": "^5.7.2",
"typescript-eslint": "^8.59.0",
"vite": "^6.4.3",
"vitest": "^4.1.0"
}
}