mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 14:03:49 +00:00
40 lines
821 B
JSON
40 lines
821 B
JSON
{
|
|
"name": "@mariozechner/pi",
|
|
"version": "0.34.2",
|
|
"description": "CLI tool for managing vLLM deployments on GPU pods",
|
|
"type": "module",
|
|
"bin": {
|
|
"pi-pods": "dist/cli.js"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf dist",
|
|
"build": "tsgo -p tsconfig.build.json && chmod +x dist/cli.js && cp src/models.json dist/ && cp -r scripts dist/",
|
|
"prepublishOnly": "npm run clean && npm run build"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"scripts"
|
|
],
|
|
"keywords": [
|
|
"llm",
|
|
"vllm",
|
|
"gpu",
|
|
"ai",
|
|
"cli"
|
|
],
|
|
"author": "Mario Zechner",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/badlogic/pi-mono.git",
|
|
"directory": "packages/pods"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@mariozechner/pi-agent-core": "^0.34.2",
|
|
"chalk": "^5.5.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|