qiai
Version:
Ask unix commands
36 lines (35 loc) • 725 B
JSON
{
"name": "qiai",
"version": "1.1.3",
"type": "module",
"description": "Ask unix commands",
"main": "index.js",
"bin": {
"qiai": "bin/qiai"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riparuk/qiai.git"
},
"keywords": [
"Ask",
"Unix",
"Commands",
"LLM"
],
"author": "Rifa Faruqi",
"license": "ISC",
"bugs": {
"url": "https://github.com/riparuk/qiai/issues"
},
"homepage": "https://github.com/riparuk/qiai#readme",
"dependencies": {
"@google/generative-ai": "^0.24.1",
"cli-table3": "^0.6.5",
"openai": "^4.104.0"
}
}