UNPKG

shelly-ai

Version:

A command-line utility for chatting with AI models via OpenRouter API

37 lines 776 B
{ "name": "shelly-ai", "version": "1.0.4", "description": "A command-line utility for chatting with AI models via OpenRouter API", "main": "bin/shelly-ai.js", "bin": { "shelly-ai": "./bin/shelly-ai.js", "sa": "./bin/shelly-ai.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cli", "shell-ai", "shelly-ai", "ai-shell", "smart-shell", "smart-cmd", "chat", "ai", "openrouter", "llm" ], "author": "Suharsh Tyagi", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "dotenv": "^16.0.3", "node-fetch": "^2.6.7", "readline": "^1.3.0", "yargs": "^17.7.2" }, "engines": { "node": ">=14.0.0" } }