mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"name": "bailian-cli-runtime",
|
|
"version": "1.15.0",
|
|
"description": "Runtime framework for bailian-cli (createCli, registry, args, output, pipeline). 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/runtime"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"type": "module",
|
|
"types": "./dist/index.d.mts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"scripts": {
|
|
"build": "vp pack",
|
|
"dev": "vp pack --watch",
|
|
"test": "vp test",
|
|
"check": "vp check"
|
|
},
|
|
"dependencies": {
|
|
"bailian-cli-core": "workspace:*",
|
|
"boxen": "catalog:",
|
|
"chalk": "catalog:",
|
|
"undici": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@clack/prompts": "^0.7.0",
|
|
"@types/node": "catalog:",
|
|
"@typescript/native-preview": "7.0.0-dev.20260328.1",
|
|
"ajv": "catalog:",
|
|
"e2e": "workspace:*",
|
|
"typescript": "^6.0.2",
|
|
"vite-plus": "0.1.22",
|
|
"yaml": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.17.0"
|
|
},
|
|
"inlinedDependencies": {
|
|
"ajv": "8.20.0",
|
|
"fast-deep-equal": "3.1.3",
|
|
"fast-uri": "3.1.2",
|
|
"json-schema-traverse": "1.0.0"
|
|
}
|
|
}
|