{
  "name": "@hazeloffc/google-drive",
  "version": "1.0.1",
  "description": "Use Google Drive as a simple database by zipping files and uploading them.",
  "main": "index.js",
  "scripts": {
    "test": "node index.js"
  },
  "keywords": [
    "google-drive",
    "database",
    "storage",
    "zip",
    "hazel"
  ],
  "author": "Hazel",
  "license": "MIT",
  "dependencies": {
    "axios": "latest",
    "archiver": "latest",
    "googleapis": "latest"
  }
}
