{
  "name": "@proteinjs/db-file-storage-driver-gcs",
  "version": "1.5.1",
  "description": "File storage in Google Cloud Storage",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/proteinjs/db.git"
  },
  "bugs": {
    "url": "https://github.com/proteinjs/db/issues"
  },
  "homepage": "https://github.com/proteinjs/db#readme",
  "author": "Brent Bahry",
  "license": "ISC",
  "scripts": {
    "clean": "rm -rf dist/ node_modules/ generated/",
    "build": "reflection-build && tsc",
    "test": "jest --runInBand --passWithNoTests",
    "watch": "reflection-watch"
  },
  "dependencies": {
    "@google-cloud/storage": "7.11.2",
    "@proteinjs/db": "^1.49.0",
    "@proteinjs/db-file": "^1.9.1",
    "@proteinjs/logger": "^1.0.21",
    "@proteinjs/reflection": "^1.2.0"
  },
  "devDependencies": {
    "@proteinjs/reflection-build": "^2.0.1",
    "@types/jest": "29.5.5",
    "@types/node": "14.0.27",
    "@typescript-eslint/eslint-plugin": "7.8.0",
    "@typescript-eslint/parser": "7.8.0",
    "eslint": "8.57.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-prettier": "5.1.3",
    "google-auth-library": "^9.6.3",
    "jest": "29.7.0",
    "ts-jest": "29.1.1",
    "typescript": "5.2.2"
  },
  "main": "./dist/generated/index.js",
  "types": "./dist/generated/index.d.ts",
  "gitHead": "68572ee47ead32683917cce365bbd5ef63f12cac"
}
