{
  "name": "@mondokit/gcp-storage",
  "version": "2.0.0",
  "description": "Tools for Google Cloud Storage",
  "type": "module",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "tsc --build --verbose tsconfig.prod.json",
    "clean": "rm -rf dist/ coverage/ tsconfig.tsbuildinfo tsconfig.prod.tsbuildinfo",
    "emulator:start": "npx --yes firebase-tools emulators:start --project storage-tests",
    "format": "prettier --write \"./src/**/*.ts\"",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "test:ci": "npx --yes firebase-tools emulators:exec --only storage --project storage-tests \"vitest run\""
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "",
  "license": "MIT",
  "homepage": "https://github.com/mondo-mob/mondokit",
  "peerDependencies": {
    "@google-cloud/storage": ">= 6.0.0",
    "@mondokit/gcp-core": "^2.0.0",
    "express": ">= 4.17.1"
  },
  "dependencies": {
    "p-limit": "^7.3.0"
  },
  "devDependencies": {
    "@google-cloud/storage": "^7.21.0",
    "@mondokit/gcp-core": "^2.0.0"
  },
  "keywords": [
    "gcs",
    "storage",
    "cloud storage",
    "google cloud storage",
    "gcp",
    "google-cloud",
    "google cloud"
  ]
}
