UNPKG

@kleosr/pe2-cli

Version:

🚀 KleoSr PE2-CLI: Convert raw prompts to PE2-optimized prompts using adaptive intelligence

48 lines (47 loc) • 1.13 kB
{ "name": "@kleosr/pe2-cli", "version": "3.4.5", "description": "🚀 KleoSr PE2-CLI: Convert raw prompts to PE2-optimized prompts using adaptive intelligence", "type": "module", "bin": { "pe2-cli": "src/cli.js" }, "scripts": { "start": "node ./src/cli.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "pe2", "prompt-engineering", "cli", "ai", "llm", "prompt-optimization", "kleosr" ], "author": "KleoSr <kleosr@proton.me>", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/kleosr/PE2-CLI.git" }, "engines": { "node": ">=18.17.0" }, "dependencies": { "@anthropic-ai/sdk": "^0.20.2", "@google/generative-ai": "^0.19.0", "chalk": "^5.3.0", "cli-highlight": "^2.1.11", "cli-progress": "^3.12.0", "cli-table3": "^0.6.3", "clipboardy": "^4.0.0", "commander": "^12.1.0", "figlet": "^1.7.0", "inquirer": "^9.2.21", "openai": "^4.56.0" }, "devDependencies": { "@kleosr/pe2-cli": "^3.4.3" } }