mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"name": "bailian-kb-workspace",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm -r run build",
|
|
"test": "vitest run",
|
|
"typecheck": "tsc -b packages/tool-bailian-kb"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.2",
|
|
"vitest": "^3.0.0"
|
|
}
|
|
}
|