Some checks are pending
E2E Tests / E2E Test (Linux) - ${{ matrix.sandbox }} (20.x, sandbox:docker) (push) Waiting to run
E2E Tests / E2E Test (Linux) - ${{ matrix.sandbox }} (20.x, sandbox:none) (push) Waiting to run
E2E Tests / E2E Test (Linux) - ${{ matrix.sandbox }} (22.x, sandbox:docker) (push) Waiting to run
E2E Tests / E2E Test (Linux) - ${{ matrix.sandbox }} (22.x, sandbox:none) (push) Waiting to run
E2E Tests / E2E Test (Linux) - ${{ matrix.sandbox }} (24.x, sandbox:docker) (push) Waiting to run
E2E Tests / E2E Test (Linux) - ${{ matrix.sandbox }} (24.x, sandbox:none) (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"name": "@qwen-code/qwen-code-test-utils",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"main": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node ../../scripts/build_package.js",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|