{
  "name": "bailian-cli",
  "version": "1.17.1",
  "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": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "tar-stream": "^3.2.0",
    "bailian-cli-commands": "1.17.1",
    "bailian-cli-core": "1.17.1",
    "bailian-cli-runtime": "1.17.1"
  },
  "devDependencies": {
    "@clack/prompts": "^0.7.0",
    "@types/node": "^24",
    "@typescript/native-preview": "7.0.0-dev.20260328.1",
    "ajv": "^8.20.0",
    "boxen": "^8.0.1",
    "chalk": "^5.6.2",
    "typescript": "^6.0.2",
    "undici": "^6.27.0",
    "vite-plus": "0.1.22",
    "yaml": "^2.8.3",
    "e2e": "0.0.0"
  },
  "engines": {
    "node": ">=18.17.0"
  },
  "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'",
    "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"
  }
}