UNPKG

@webda/gcp

Version:

Webda GCP Services implementation

78 lines (77 loc) 1.69 kB
{ "name": "@webda/gcp", "version": "3.7.1", "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.17.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.0", "@webda/shell": "^3.13.0", "sinon": "^18.0.0", "uuid": "^10.0.0" }, "type": "module", "engines": { "node": ">=18.0.0" }, "nx": { "implicitDependencies": [ "@webda/core", "@webda/shell" ] }, "gitHead": "b9446d5fdc41c055a4b0cebe30892dfd1304f423" }