roastify
Version:
A Node.js library that generates sarcastic and roast-style responses for API failures using OpenAI.
23 lines (22 loc) • 524 B
JSON
{
"name": "roastify",
"version": "0.0.7",
"description": "A Node.js library that generates sarcastic and roast-style responses for API failures using OpenAI.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"roast",
"sarcasm",
"API",
"error handling",
"middleware",
"OpenAI"
],
"author": "lalatputih",
"license": "MIT",
"dependencies": {
"openai": "^4.85.4"
}
}