{
  "name": "yemot-recordings-backup",
  "version": "1.0.1",
  "description": "Automatic backup tool for Yemot HaMashiach call recordings to Amazon S3",
  "main": "src/module.js",
  "bin": {
    "yemot-backup": "./bin/yemot-backup.js"
  },
  "scripts": {
    "start": "node src/index.js schedule",
    "run-backup": "node src/index.js run",
    "test-connection": "node src/index.js test-connection",
    "help": "node src/index.js --help",
    "prepublishOnly": "npm test",
    "test": "echo \"No tests specified\" && exit 0"
  },
  "keywords": [
    "yemot",
    "backup",
    "s3",
    "aws",
    "recordings"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "aws-sdk": "^2.1692.0",
    "axios": "^1.9.0",
    "commander": "^13.1.0",
    "dotenv": "^16.5.0",
    "node-cron": "^4.0.5",
    "winston": "^3.17.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "src/",
    "bin/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/yemot-recordings-backup.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/yemot-recordings-backup/issues"
  },
  "homepage": "https://github.com/yourusername/yemot-recordings-backup#readme"
}
