Files
modelstudioai__cli/packages/core/package.json
T

59 lines
1.4 KiB
JSON
Raw Normal View History

2026-05-28 18:37:07 +08:00
{
"name": "bailian-cli-core",
2026-08-05 19:35:05 +08:00
"version": "1.14.1",
2026-05-28 18:37:07 +08:00
"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": {
".": {
"types": "./src/index.ts",
"default": "./src/index.ts"
},
2026-05-28 18:37:07 +08:00
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public",
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
2026-05-28 18:37:07 +08:00
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "vp pack",
"dev": "vp pack --watch",
"test": "vp test",
"check": "vp check"
},
"dependencies": {
2026-07-17 16:43:06 +08:00
"tar-stream": "catalog:",
2026-07-09 10:02:56 +08:00
"yaml": "^2.8.3",
"yauzl": "catalog:"
2026-05-28 18:37:07 +08:00
},
"devDependencies": {
"@types/node": "catalog:",
2026-07-17 16:43:06 +08:00
"@types/tar-stream": "catalog:",
2026-07-09 10:02:56 +08:00
"@types/yauzl": "catalog:",
2026-05-28 18:37:07 +08:00
"@typescript/native-preview": "7.0.0-dev.20260328.1",
"typescript": "^6.0.2",
"vite-plus": "catalog:"
},
"engines": {
2026-07-21 13:55:38 +08:00
"node": ">=18.17.0"
2026-05-28 18:37:07 +08:00
}
}