2026-06-23 17:51:14 +08:00
{
"name" : "bailian-cli-runtime" ,
2026-09-07 21:11:51 +08:00
"version" : "1.21.0" ,
2026-06-23 17:51:14 +08:00
"description" : "Runtime framework for bailian-cli (createCli, registry, args, output, pipeline). See https://www.npmjs.com/package/bailian-cli for usage." ,
"homepage" : "https://bailian.console.aliyun.com/cli" ,
"bugs" : {
"url" : "https://github.com/modelstudioai/cli/issues"
} ,
"license" : "Apache-2.0" ,
"author" : "Aliyun Model Studio" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/modelstudioai/cli.git" ,
"directory" : "packages/runtime"
} ,
"files" : [
"dist"
] ,
"type" : "module" ,
"types" : "./dist/index.d.mts" ,
"exports" : {
2026-06-24 16:14:20 +08:00
"." : {
2026-07-09 19:39:13 +08:00
"types" : "./src/index.ts" ,
"default" : "./src/index.ts"
2026-06-24 16:14:20 +08:00
} ,
2026-06-23 17:51:14 +08:00
"./package.json" : "./package.json"
} ,
"publishConfig" : {
"access" : "public" ,
"exports" : {
"." : "./dist/index.mjs" ,
"./package.json" : "./package.json"
} ,
"registry" : "https://registry.npmjs.org/"
} ,
"scripts" : {
"build" : "vp pack" ,
"dev" : "vp pack --watch" ,
"test" : "vp test" ,
"check" : "vp check"
} ,
"dependencies" : {
"bailian-cli-core" : "workspace:*" ,
"boxen" : "catalog:" ,
"chalk" : "catalog:" ,
"undici" : "catalog:"
} ,
"devDependencies" : {
"@clack/prompts" : "^0.7.0" ,
"@types/node" : "catalog:" ,
"@typescript/native-preview" : "7.0.0-dev.20260328.1" ,
"ajv" : "catalog:" ,
2026-07-10 11:46:05 +08:00
"e2e" : "workspace:*" ,
2026-06-23 17:51:14 +08:00
"typescript" : "^6.0.2" ,
"vite-plus" : "0.1.22" ,
"yaml" : "catalog:"
} ,
"engines" : {
2026-07-21 13:55:38 +08:00
"node" : ">=18.17.0"
2026-06-23 17:51:14 +08:00
} ,
"inlinedDependencies" : {
"ajv" : "8.20.0" ,
"fast-deep-equal" : "3.1.3" ,
"fast-uri" : "3.1.2" ,
2026-06-28 20:42:33 +08:00
"json-schema-traverse" : "1.0.0"
2026-06-23 17:51:14 +08:00
}
}