UNPKG

@grucloud/provider-google

Version:
58 lines (57 loc) 1.27 kB
{ "name": "@grucloud/provider-google", "version": "13.2.5", "description": "The GruCloud Google Cloud Platform provider", "main": "GoogleProvider.js", "homepage": "https://github.com/grucloud/grucloud/tree/main/packages/providers/google", "scripts": { "test": "mocha --exit './test/**/*.test.js' '../../../examples/google/**/iac.test.js'", "coverage": "npx nyc npm run test" }, "author": "", "license": "ISC", "dependencies": { "@grucloud/core": "^13.2.5", "chance": "1.1.11", "change-case": "4.1.2", "deep-object-diff": "1.1.9", "jose": "4.15.4", "lodash": "4.17.21", "mime-types": "2.1.35", "rubico": "1.9.7", "shelljs": "0.8.5", "url-join": "4.0.1" }, "devDependencies": { "mocha": "10.2.0" }, "repository": { "type": "git", "url": "https://github.com/grucloud/grucloud" }, "keywords": [ "GCP", "GruCloud", "Infrastructure as Code" ], "nyc": { "include": [ "**/*.js" ], "exclude": [ "**/*.spec.js", "**/*test*.js", "coverage" ], "extension": [ ".js" ], "reporter": [ "html", "text", "text-summary" ], "all": true }, "gitHead": "d576f8cdc0390c8d3beb98065a50011cb688668e" }