@mixedbread/cli
Version:
CLI tool for managing the Mixedbread platform.
73 lines (72 loc) • 1.65 kB
JSON
{
"name": "@mixedbread/cli",
"version": "1.2.1",
"description": "CLI tool for managing the Mixedbread platform.",
"author": "Mixedbread <support@mixedbread.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "github:mixedbread-ai/openbread",
"directory": "packages/cli"
},
"homepage": "https://www.mixedbread.com/cli",
"keywords": [
"mixedbread",
"cli",
"vector-store",
"embeddings",
"command-line"
],
"bugs": {
"url": "https://github.com/mixedbread-ai/openbread/issues"
},
"bin": {
"mxbai": "./bin/mxbai.js"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"bin/**/*",
"commands/**/*",
"utils/**/*",
"scripts/**/*",
"index.*",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "bash ./build",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"test": "jest",
"lint": "biome lint --write .",
"format": "biome format --write .",
"check-types": "tsc --noEmit",
"mxbai": "node ./dist/bin/mxbai.js",
"postinstall": "node ./scripts/postinstall.js",
"setup-cli": "node ./scripts/setup-cli.js"
},
"dependencies": {
"@mixedbread/sdk": "^0.26.0",
"@pnpm/tabtab": "^0.5.4",
"chalk": "^5.3.0",
"cli-table3": "^0.6.5",
"commander": "^12.0.0",
"dotenv": "^16.4.5",
"glob": "^10.4.5",
"inquirer": "^9.2.23",
"mime-types": "^3.0.1",
"minimatch": "^10.0.3",
"ora": "^8.0.1",
"p-limit": "^6.2.0",
"yaml": "^2.4.5",
"zod": "^4.1.5"
}
}