mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"name": "bailian-cli",
|
|
"version": "1.1.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_CN.md"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/bailian.mjs",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"scripts": {
|
|
"generate:reference": "node --experimental-strip-types ../../tools/generate-reference.ts",
|
|
"build": "pnpm run generate:reference && vp pack",
|
|
"dev": "node src/main.ts",
|
|
"test": "vp test",
|
|
"check": "vp check"
|
|
},
|
|
"dependencies": {
|
|
"bailian-cli-core": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@clack/prompts": "^0.7.0",
|
|
"@types/node": "catalog:",
|
|
"@typescript/native-preview": "7.0.0-dev.20260328.1",
|
|
"ajv": "catalog:",
|
|
"typescript": "^6.0.2",
|
|
"vite-plus": "catalog:",
|
|
"yaml": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"inlinedDependencies": {
|
|
"@clack/core": "0.3.5",
|
|
"@clack/prompts": "0.7.0",
|
|
"ajv": "8.20.0",
|
|
"fast-deep-equal": "3.1.3",
|
|
"fast-uri": "3.1.2",
|
|
"json-schema-traverse": "1.0.0",
|
|
"picocolors": "1.1.1",
|
|
"sisteransi": "1.0.5",
|
|
"yaml": "2.8.3"
|
|
}
|
|
}
|