← back to Animate Museum Posts

package.json

29 lines

{
  "name": "animate-museum-posts",
  "version": "1.0.0",
  "description": "Automated museum art animation and posting bot",
  "main": "src/index.js",
  "type": "module",
  "scripts": {
    "start": "node src/index.js",
    "fetch": "node src/fetchArtwork.js",
    "post": "node src/postToX.js"
  },
  "dependencies": {
    "@huggingface/inference": "^4.8.0",
    "@runwayml/sdk": "^2.11.0",
    "axios": "^1.6.0",
    "dotenv": "^16.3.1",
    "express": "^5.2.1",
    "form-data": "^4.0.0",
    "gif-encoder-2": "^1.0.5",
    "helmet": "^8.1.0",
    "node-cron": "^3.0.3",
    "nodemailer": "^7.0.6",
    "pg": "^8.16.3",
    "replicate": "^1.2.0",
    "sharp": "^0.33.0",
    "twitter-api-v2": "^1.15.2"
  }
}