codename-t/package.json

23 lines
505 B
JSON
Raw Permalink 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": {
2022-12-07 13:56:22 -05:00
"cmd-promise": "^1.2.0",
"date-and-time": "^2.4.1",
"dateformat": "^5.0.3",
2022-12-07 12:17:31 -05:00
"dotenv": "^16.0.2",
2022-12-07 13:56:22 -05:00
"generate-password": "^1.7.0",
2022-12-07 12:17:31 -05:00
"openai": "^3.0.0",
2022-12-07 13:56:22 -05:00
"simple-dockerode": "^0.2.2",
2022-12-07 12:17:31 -05:00
"twit": "^2.2.11",
"twitter-api-sdk": "^1.1.0"
}
2022-12-07 13:56:22 -05:00
}