openai-nodejs
Version:
A non-official OpenAI API wrapper for node.
40 lines (39 loc) • 852 B
JSON
{
"name": "openai-nodejs",
"version": "1.1.0",
"description": "A non-official OpenAI API wrapper for node.",
"main": "src/index.js",
"scripts": {
"test": "jest",
"start": "node src/index.js",
"doc": "jsdoc -c jsdoc.json"
},
"author": "Marcos André",
"license": "MIT",
"homepage": "https://useems.github.io/openai-nodejs",
"repository": {
"type": "git",
"url": "https://github.com/Useems/openai-nodejs.git"
},
"keywords": [
"gpt-3",
"gpt",
"gpt3",
"openai",
"OpenAI",
"node",
"API",
"OpenAI API"
],
"dependencies": {
"axios": "^0.21.1",
"form-data": "^4.0.0",
"gpt-3-encoder": "^1.1.3",
"type-check": "^0.4.0"
},
"devDependencies": {
"jest": "^26.6.3",
"jsdoc": "^3.6.7",
"tidy-jsdoc": "^1.4.0"
}
}