{ "name": "twitter-alt-image-bot", "version": "1.0.0", "description": "Twitter bot to generate alt text for images", "scripts": { "start": "ts-node -T server.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://huggingface.co/spaces/huggingface-projects/twitter-alt-image-bot" }, "author": "", "license": "MIT", "devDependencies": { "@types/koa": "^2.13.5", "@types/oauth": "^0.9.1", "ts-node": "^10.9.1", "typescript": "^4.9.4" }, "dependencies": { "dotenv": "^16.0.3", "koa": "^2.14.1", "oauth": "^0.10.0", "prettier": "^2.8.2" } }