| { |
| "name": "twitter-alt-image-bot", |
| "version": "1.0.0", |
| "description": "Twitter bot to generate alt text for images", |
| "main": "index.js", |
| "scripts": { |
| "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/koa-bodyparser": "^4.3.10", |
| "@types/koa-compress": "^4.0.3", |
| "@types/koa-morgan": "^1.0.5", |
| "@types/koa-router": "^7.4.4", |
| "ts-node": "^10.9.1", |
| "typescript": "^4.9.4" |
| }, |
| "dependencies": { |
| "dotenv": "^16.0.3", |
| "koa": "^2.14.1", |
| "koa-bodyparser": "^4.3.0", |
| "koa-compress": "^5.1.0", |
| "koa-morgan": "^1.0.1", |
| "koa-router": "^12.0.0", |
| "prettier": "^2.8.2" |
| } |
| } |
|
|