{ "name": "@directus/drive-gcs", "version": "9.0.0-rc.61", "description": "Google Cloud Storage driver for @directus/drive", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "storage", "filesystem", "file", "promise", "async", "google", "cloud", "drive", "directus" ], "author": "Robin GrundvÄg ", "contributors": [ "Rijk van Zanten " ], "files": [ "dist" ], "scripts": { "build": "tsc --project ./tsconfig.json", "cleanup": "run-p cleanup:*", "cleanup:dist": "rimraf ./dist", "cleanup:coverage": "rimraf ./coverage", "test:watch": "jest --coverage --watchAll", "test": "jest --coverage", "dev": "npm run build -- -w --preserveWatchOutput --incremental" }, "dependencies": { "@directus/drive": "9.0.0-rc.61", "@google-cloud/storage": "^5.8.4", "normalize-path": "^3.0.0" }, "devDependencies": { "@lukeed/uuid": "^1.0.1", "@types/fs-extra": "^9.0.11", "@types/jest": "^26.0.22", "@types/node": "^15.0.1", "@types/normalize-path": "^3.0.0", "dotenv": "^8.2.0", "jest": "^26.6.3", "npm-run-all": "^4.1.5", "ts-jest": "^26.5.4", "typescript": "^4.2.3" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/directus/directus.git" }, "bugs": { "url": "https://github.com/directus/directus/issues" }, "gitHead": "71bf628955b5da15ce3070dc09478bc558f243a4" }