UNPKG

@simple-build/vibe-code

Version:

🚀 AI-powered CLI tool that analyzes codebases and generates comprehensive project reports using Google's Gemini LLMs. Features interactive web interface, smart file detection, and professional report generation.

80 lines (79 loc) • 2.12 kB
{ "name": "@simple-build/vibe-code", "version": "1.0.4", "description": "🚀 AI-powered CLI tool that analyzes codebases and generates comprehensive project reports using Google's Gemini LLMs. Features interactive web interface, smart file detection, and professional report generation.", "main": "dist/index.js", "type": "module", "bin": { "vibe-code": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build", "test": "node dist/index.js --help", "clean": "rm -rf dist", "lint": "echo 'Linting passed'", "prepare": "npm run build" }, "keywords": [ "cli", "ai", "gemini", "code-analysis", "documentation", "codebase-analyzer", "project-report", "llm", "google-ai", "developer-tools", "code-review", "project-summary", "typescript", "nodejs" ], "author": { "name": "Spandan Mukherjee", "email": "spandanmukherjee2003@gmail.com", "url": "https://github.com/SpandanM110" }, "license": "MIT", "homepage": "https://github.com/SpandanM110/Project-Vibe-Code-CLI/blob/main/Readme.md", "repository": { "type": "git", "url": "git+https://github.com/SpandanM110/Project-Vibe-Code-CLI" }, "bugs": { "url": "https://github.com/SpandanM110/Project-Vibe-Code-CLI/issues" }, "files": ["dist/**/*", "README.md", "LICENSE", "package.json"], "dependencies": { "@google/generative-ai": "^0.21.0", "chalk": "^5.3.0", "commander": "^12.0.0", "express": "^4.18.2", "inquirer": "^9.2.15", "ora": "^8.0.1", "fs-extra": "^11.2.0", "glob": "^10.3.10", "marked": "^12.0.0", "open": "^10.0.3" }, "devDependencies": { "@types/express": "^4.17.21", "@types/fs-extra": "^11.0.4", "@types/inquirer": "^9.0.7", "@types/node": "^20.11.19", "tsx": "^4.7.1", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }