{
  "name": "@webda/gcp",
  "version": "3.7.3",
  "description": "Webda GCP Services implementation",
  "main": "lib/index.js",
  "scripts": {
    "build": "webda build",
    "build:watch": "webda build --watch",
    "pretest": "npm run build",
    "lint": "prettier --check src/**/*",
    "lint:fix": "prettier --write src/**/*",
    "test": "c8 mocha",
    "test:debug": "mocha src/**/*.spec.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/loopingz/webda.io.git"
  },
  "keywords": [
    "webda",
    "modda"
  ],
  "files": [
    "lib",
    "webda.module.json",
    "package.json"
  ],
  "author": "abalam666",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/loopingz/webda.io/issues"
  },
  "homepage": "https://github.com/loopingz/webda.io#readme",
  "dependencies": {
    "@google-cloud/firestore": "^7.0.0",
    "@google-cloud/kms": "^4.0.1",
    "@google-cloud/pubsub": "^4.0.1",
    "@google-cloud/storage": "~7.12.0",
    "@webda/core": "^3.18.1",
    "mime-types": "^2.1.35"
  },
  "c8": {
    "report-dir": "./reports",
    "reporter": [
      "html",
      "lcov",
      "json",
      "text"
    ],
    "exclude": [
      "**/*.spec.ts",
      "test/**/*"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@testdeck/mocha": "^0.3.2",
    "@types/node": "18.11.13",
    "@webda/async": "^3.9.3",
    "@webda/shell": "^3.13.2",
    "sinon": "^18.0.0",
    "uuid": "^10.0.0"
  },
  "type": "module",
  "engines": {
    "node": ">=18.0.0"
  },
  "nx": {
    "implicitDependencies": [
      "@webda/core",
      "@webda/shell"
    ]
  },
  "gitHead": "1f7922b43dc46514e644e94c88f4c354a51bf4a1"
}
