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

34 lines
1.2 KiB
JSON

{
"name": "opensandbox-sdks",
"private": true,
"packageManager": "pnpm@9.15.0",
"scripts": {
"build:js": "pnpm -r --filter @alibaba-group/opensandbox-code-interpreter... --sort run build",
"test:js": "pnpm -r --filter @alibaba-group/opensandbox-code-interpreter... run test",
"lint:js": "pnpm -r --filter @alibaba-group/opensandbox-code-interpreter... run lint",
"typecheck:js": "pnpm -r --filter @alibaba-group/opensandbox-code-interpreter... run typecheck",
"clean:js": "pnpm -r --filter @alibaba-group/opensandbox-code-interpreter... --sort run clean",
"publish:js": "pnpm -r --filter @alibaba-group/opensandbox-code-interpreter... publish --access public --no-git-checks"
},
"pnpm": {
"overrides": {
"minimatch@^5.0.0": "5.1.8",
"rollup@^4.0.0": "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",
"fast-uri@^3.0.0": "3.1.2",
"js-yaml@^4.0.0": "4.2.0",
"undici": "7.28.0"
}
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"eslint": "^9.39.4",
"globals": "^17.0.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.59.0"
}
}