2026-05-28 18:37:07 +08:00
|
|
|
{
|
|
|
|
|
"name": "bailian-cli",
|
2026-07-02 15:19:38 +08:00
|
|
|
"version": "1.6.0",
|
2026-05-28 18:37:07 +08:00
|
|
|
"description": "CLI for Aliyun Model Studio (DashScope) AI Platform.",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"agent",
|
|
|
|
|
"ai",
|
|
|
|
|
"cli",
|
|
|
|
|
"model-studio"
|
|
|
|
|
],
|
|
|
|
|
"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/cli"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"bailian": "dist/bailian.mjs",
|
|
|
|
|
"bl": "dist/bailian.mjs"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist",
|
2026-06-09 00:35:26 +08:00
|
|
|
"README.zh.md"
|
2026-05-28 18:37:07 +08:00
|
|
|
],
|
|
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./dist/bailian.mjs",
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
2026-06-24 16:14:20 +08:00
|
|
|
"exports": {
|
|
|
|
|
".": "./dist/bailian.mjs",
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
2026-05-28 18:37:07 +08:00
|
|
|
"registry": "https://registry.npmjs.org/"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2026-06-08 16:32:07 +08:00
|
|
|
"generate:reference": "node --experimental-strip-types ../../tools/generate-reference.ts && sh -c 'cd ../.. && vp check --fix skills/bailian-cli/reference'",
|
2026-06-08 17:12:25 +08:00
|
|
|
"sync:skill-version": "node --experimental-strip-types ../../tools/sync-skill-metadata.ts",
|
2026-06-08 17:41:33 +08:00
|
|
|
"build": "vp pack",
|
2026-05-28 18:37:07 +08:00
|
|
|
"dev": "node src/main.ts",
|
|
|
|
|
"test": "vp test",
|
|
|
|
|
"check": "vp check"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-06-23 17:51:14 +08:00
|
|
|
"bailian-cli-commands": "workspace:*",
|
2026-06-05 13:56:24 +08:00
|
|
|
"bailian-cli-core": "workspace:*",
|
2026-06-23 17:51:14 +08:00
|
|
|
"bailian-cli-runtime": "workspace:*"
|
2026-05-28 18:37:07 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@clack/prompts": "^0.7.0",
|
|
|
|
|
"@types/node": "catalog:",
|
|
|
|
|
"@typescript/native-preview": "7.0.0-dev.20260328.1",
|
|
|
|
|
"ajv": "catalog:",
|
2026-06-23 17:51:14 +08:00
|
|
|
"boxen": "catalog:",
|
|
|
|
|
"chalk": "catalog:",
|
2026-05-28 18:37:07 +08:00
|
|
|
"typescript": "^6.0.2",
|
2026-06-23 17:51:14 +08:00
|
|
|
"undici": "catalog:",
|
|
|
|
|
"vite-plus": "0.1.22",
|
2026-05-28 18:37:07 +08:00
|
|
|
"yaml": "catalog:"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
}
|