codename-t/package.json

17 lines
347 B
JSON
Raw Normal View History

2022-12-07 12:17:31 -05:00
{
"name": "sarcasm-bot",
"version": "1.0.0",
"description": "replies with sarcastic tweet",
"main": "index.mjs",
"scripts": {
"start": "node index.mjs"
},
"author": "Rohit Kumar",
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.2",
"openai": "^3.0.0",
"twit": "^2.2.11",
"twitter-api-sdk": "^1.1.0"
}
}