{
  "name": "bailian-cli-core",
  "version": "2.0.1",
  "description": "Core SDK for bailian-cli. 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/core"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "tar-stream": "^3.2.0",
    "yaml": "^2.8.3",
    "yauzl": "^3.4.0"
  },
  "devDependencies": {
    "@types/node": "^24",
    "@types/tar-stream": "^3.1.4",
    "@types/yauzl": "^3.4.0",
    "@typescript/native-preview": "7.0.0-dev.20260328.1",
    "typescript": "^6.0.2",
    "vite-plus": "0.3.3"
  },
  "engines": {
    "node": ">=18.17.0"
  },
  "scripts": {
    "build": "vp pack",
    "dev": "vp pack --watch",
    "test": "vp test",
    "check": "vp check"
  }
}