{
  "name": "x-ai-auto-post",
  "version": "1.0.0",
  "description": "Auto-post short AI, SaaS, and development tweets to X using OpenAI.",
  "main": "auto-x-post.js",
  "scripts": {
    "start": "node auto-x-post.js",
    "test-post": "node auto-x-post.js --once"
  },
  "dependencies": {
    "dotenv": "^16.4.7",
    "node-cron": "^3.0.3",
    "openai": "^4.104.0",
    "twitter-api-v2": "^1.19.0"
  },
  "engines": {
    "node": ">=18"
  }
}
