codename-t/package.json
2022-12-07 19:17:31 +02:00

17 lines
347 B
JSON

{
"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"
}
}