mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
"name": "@qwen-code/qwen-code-test-utils",
|
|
"version": "0.4.0-nightly.20251208.b4be2c6c",
|
|
"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"
|
|
}
|
|
}
|