@hazeloffc/google-drive
Version:
Use Google Drive as a simple database by zipping files and uploading them.
24 lines (23 loc) • 464 B
JSON
{
"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"
}
}