{
  "name": "describe-cli",
  "version": "1.0.1",
  "description": "Describe GIFs, images, and videos using Gemini",
  "main": "dist/index.js",
  "bin": {
    "describe": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "prepare": "npm run build",
    "publish": "npm run build && npm publish"
  },
  "dependencies": {
    "@google/genai": "^0.2.0",
    "dotenv": "^16.5.0",
    "ffmpeg-static": "^5.2.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.24",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.3.3"
  }
}