andresusandi-storage
Version:
storage utilities for distributed systems
23 lines (22 loc) • 467 B
JSON
{
"name": "andresusandi-storage",
"version": "1.0.12",
"description": "storage utilities for distributed systems",
"main": "main.js",
"scripts": {
"test": "jest"
},
"keywords": [
"distributed",
"systems",
"storage"
],
"author": "Andres Usandi",
"license": "ISC",
"dependencies": {
"@google-cloud/bigtable": "^2.3.2",
"@google-cloud/datastore": "^5.1.0",
"@google-cloud/memcache": "^1.0.0",
"uuid": "^7.0.3"
}
}