openai-api
Version:
A tiny client module for the openAI API
62 lines (61 loc) • 1.12 kB
JSON
{
"name": "openai-api",
"version": "1.3.1",
"description": "A tiny client module for the openAI API",
"main": "index.js",
"scripts": {
"test": "mocha --use_strict"
},
"keywords": [
"openai",
"gpt-3",
"gpt3",
"openaiapi",
"open",
"ai",
"node"
],
"author": "Nikita Jerschow",
"contributors": [
{
"url": "https://github.com/Njerschow"
},
{
"url": "https://github.com/uvafan"
},
{
"url": "https://github.com/AlbertGozzi"
},
{
"url": "https://github.com/LauraWartschinski"
},
{
"url": "https://github.com/kian-g"
},
{
"url": "https://github.com/timconnorz"
},
{
"url": "https://github.com/schnerd"
},
{
"url": "https://github.com/anonrose"
},
{
"url": "https://github.com/Cormanz"
}
],
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Njerschow/openai-api"
},
"dependencies": {
"axios": "^0.21.1",
"dotenv": "^8.2.0"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.3.2"
}
}