{ "name": "@mariozechner/pi", "version": "0.27.5", "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/", "check": "biome check --write .", "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.27.5", "chalk": "^5.5.0" }, "devDependencies": {} }