UNPKG

vibebench

Version:

CLI tool for VibeBench - vote on AI models from your terminal

64 lines (63 loc) 1.37 kB
{ "name": "vibebench", "version": "1.0.5", "description": "CLI tool for VibeBench - vote on AI models from your terminal", "type": "module", "main": "dist/index.js", "bin": { "vibebench": "bin/vibebench.cjs" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "jest", "prepublishOnly": "npm run build", "lint": "echo 'Linting not configured yet'", "clean": "rm -rf dist/" }, "keywords": [ "ai", "models", "voting", "cli", "terminal", "vibebench", "artificial-intelligence", "leaderboard", "command-line" ], "author": "Denis Kolbas", "license": "MIT", "dependencies": { "@inquirer/input": "^4.2.1", "@inquirer/prompts": "^7.8.2", "@inquirer/select": "^4.3.1", "chalk": "^5.3.0", "cli-table3": "^0.6.3", "commander": "^11.0.0" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "jest": "^29.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist/", "bin/", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/denis-kolbas/vibebench-cli.git" }, "homepage": "https://vibebench.io", "bugs": { "url": "https://github.com/denis-kolbas/vibebench-cli/issues" } }