{ "name": "bailian-cli", "version": "1.25.0", "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", "README.zh.md", "postinstall.js" ], "type": "module", "exports": { ".": "./dist/bailian.mjs", "./package.json": "./package.json" }, "publishConfig": { "exports": { ".": "./dist/bailian.mjs", "./package.json": "./package.json" }, "registry": "https://registry.npmjs.org/" }, "scripts": { "generate:reference": "tsx ../../tools/generate-reference.ts && sh -c 'cd ../.. && vp check --fix skills/bailian-cli/reference skills/bailian-gen/reference skills/bailian-finetune/reference skills/bailian-managed-agent/reference skills/bailian-sandbox/reference'", "sync:skill-version": "tsx ../../tools/sync-skill-metadata.ts", "build": "vp pack", "dev": "tsx src/main.ts", "test": "vp test", "check": "vp check", "postinstall": "node postinstall.js" }, "dependencies": { "bailian-cli-commands": "workspace:*", "bailian-cli-core": "workspace:*", "bailian-cli-runtime": "workspace:*", "tar-stream": "catalog:" }, "devDependencies": { "@clack/prompts": "^0.7.0", "@types/node": "catalog:", "@typescript/native-preview": "7.0.0-dev.20260328.1", "ajv": "catalog:", "boxen": "catalog:", "chalk": "catalog:", "e2e": "workspace:*", "typescript": "^6.0.2", "undici": "catalog:", "vite-plus": "0.1.22", "yaml": "catalog:" }, "engines": { "node": ">=18.17.0" } }