UNPKG

@slynova/flydrive-gcs

Version:

Google Cloud Storage driver for @slynova/flydrive

51 lines (50 loc) 1.11 kB
{ "name": "@slynova/flydrive-gcs", "version": "1.0.3", "description": "Google Cloud Storage driver for @slynova/flydrive", "homepage": "https://github.com/Slynova-Org/flydrive#readme", "license": "MIT", "main": "build/index.js", "types": "build/index.d.ts", "keywords": [ "storage", "filesystem", "file", "promise", "async", "google", "cloud", "flydrive" ], "author": "Romain Lanz <romain.lanz@slynova.ch>", "contributors": [ "Michaël Zasso <targos@pm.me>" ], "files": [ "build" ], "scripts": { "prepare": "tsc -b tsconfig.json" }, "dependencies": { "@google-cloud/storage": "^5.0.0" }, "peerDependencies": { "@slynova/flydrive": "^1.0.0" }, "devDependencies": { "@lukeed/uuid": "^1.0.1", "@slynova/flydrive": "^1.0.3" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/Slynova-Org/flydrive.git" }, "bugs": { "url": "https://github.com/Slynova-Org/flydrive/issues" }, "gitHead": "6ecc4acdd864ddf05ca0321743299a92b40442bd" }