{ "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": { "cmd-promise": "^1.2.0", "date-and-time": "^2.4.1", "dateformat": "^5.0.3", "dotenv": "^16.0.2", "generate-password": "^1.7.0", "openai": "^3.0.0", "simple-dockerode": "^0.2.2", "twit": "^2.2.11", "twitter-api-sdk": "^1.1.0" } }