Files
bifrost/npx/bifrost-cli/package.json
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

32 lines
763 B
JSON

{
"name": "@maximhq/bifrost-cli",
"version": "1.0.1",
"description": "Bifrost CLI - Use any harness + any models through Bifrost gateway with full observability and governance",
"keywords": [
"ai",
"gateway",
"openai",
"anthropic",
"cli",
"bifrost",
"ai-gateway"
],
"homepage": "https://github.com/maximhq/bifrost",
"repository": {
"type": "git",
"url": "git+https://github.com/maximhq/bifrost.git"
},
"license": "Apache-2.0",
"author": "Maxim HQ",
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"bin": {
"bifrost": "bin.js"
},
"type": "module",
"dependencies": {}
}