mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"name": "bailian-cli-rag",
|
||
|
|
"version": "1.4.0",
|
||
|
|
"description": "RAG CLI for Aliyun Model Studio (DashScope) — knowledge-base capabilities only.",
|
||
|
|
"keywords": [
|
||
|
|
"ai",
|
||
|
|
"cli",
|
||
|
|
"knowledge-base",
|
||
|
|
"model-studio",
|
||
|
|
"rag"
|
||
|
|
],
|
||
|
|
"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/rag"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"rag": "dist/rag.mjs"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"dist"
|
||
|
|
],
|
||
|
|
"type": "module",
|
||
|
|
"exports": {
|
||
|
|
".": "./dist/rag.mjs",
|
||
|
|
"./package.json": "./package.json"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"registry": "https://registry.npmjs.org/"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "vp pack",
|
||
|
|
"dev": "node src/main.ts",
|
||
|
|
"test": "vp test",
|
||
|
|
"check": "vp check"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"bailian-cli-commands": "workspace:*",
|
||
|
|
"bailian-cli-core": "workspace:*",
|
||
|
|
"bailian-cli-runtime": "workspace:*"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@clack/prompts": "^0.7.0",
|
||
|
|
"@types/node": "catalog:",
|
||
|
|
"@typescript/native-preview": "7.0.0-dev.20260328.1",
|
||
|
|
"ajv": "catalog:",
|
||
|
|
"boxen": "catalog:",
|
||
|
|
"chalk": "catalog:",
|
||
|
|
"typescript": "^6.0.2",
|
||
|
|
"undici": "catalog:",
|
||
|
|
"vite-plus": "0.1.22",
|
||
|
|
"yaml": "catalog:"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=22.12.0"
|
||
|
|
}
|
||
|
|
}
|