gpt-in-terminal
Version:
Access chat-GPT in your terminal with the power of nodejs.
42 lines (41 loc) • 913 B
JSON
{
"name": "gpt-in-terminal",
"version": "1.0.11",
"description": "Access chat-GPT in your terminal with the power of nodejs.",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/bijish-js/terminal-gpt.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node script.js"
},
"bin": {
"terminal-gpt-add-key": "/addConfig.js",
"terminal-gpt": "/script.js",
"terminal-gpt-check-usage": "/checkUsage.js"
},
"keywords": [
"gpt-3",
"openai",
"terminal",
"chat",
"command-line",
"cli",
"language-model",
"api-key-management",
"api-usage-monitoring",
"nodejs"
],
"author": "Bijish O B",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"chalk": "^5.2.0",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"openai": "^3.2.1"
}
}