UNPKG

betterpack

Version:

A Universal Node.js Package Manager CLI with automated agent capabilities

91 lines (90 loc) 2.09 kB
{ "name": "betterpack", "version": "2.0.0", "description": "A Universal Node.js Package Manager CLI with automated agent capabilities", "main": "src/index.js", "type": "module", "bin": { "bpack": "cli.js" }, "scripts": { "test": "node test-runner.cjs", "build": "rollup -c", "dev": "node cli.js" }, "dependencies": { "archiver": "^6.0.1", "tar": "^6.2.0", "readline": "^1.3.0", "chalk": "^4.1.2", "inquirer": "^8.2.6", "commander": "^9.5.0", "axios": "^1.6.0", "fs-extra": "^11.1.1", "glob": "^10.3.10", "semver": "^7.5.4", "open": "^8.4.2", "chokidar": "^3.5.3", "@google/generative-ai": "^0.2.1", "express": "^4.18.2", "ws": "^8.14.2", "cors": "^2.8.5", "node-cron": "^3.0.3", "systeminformation": "^5.21.15", "jsonwebtoken": "^9.0.2", "bcryptjs": "^2.4.3", "dotenv": "^16.3.1", "ora": "^5.4.1", "boxen": "^5.1.2", "figlet": "^1.7.0", "cli-table3": "^0.6.3", "progress": "^2.0.3", "node-fetch": "^2.7.0", "mime-types": "^2.1.35" }, "devDependencies": { "webpack": "^5.89.0", "rollup": "^4.6.1", "nexe": "^4.0.0-rc.2", "pkg": "^5.8.1", "webpack-cli": "^5.1.4", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.0.1", "terser": "^5.24.0" }, "keywords": [ "package-manager", "bundler", "automation", "cli", "npm", "yarn", "pnpm", "bun", "universal", "nodejs", "ai-agent", "project-builder", "gemini", "ai-chat", "web-dashboard", "automated-agent" ], "author": "InvolveX <https://github.com/involvex>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/involvex/betterpack.git" }, "bugs": { "url": "https://github.com/involvex/betterpack/issues" }, "homepage": "https://github.com/involvex/betterpack#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=14.0.0" } }