[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/GoogleCloudPlatform/nodejs-docs-samples/main/batch/package.json [Back]  [Original]

{
  "name": "batch-samples",
  "private": true,
  "license": "Apache-2.0",
  "author": "Google LLC",
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "*.js"
  ],
  "scripts": {
    "test": "c8 mocha -p -j 2 --timeout 1200000 test/basics.test.js",
    "publish": "echo 'sample test; do not publish'"
  },
  "dependencies": {
    "@google-cloud/batch": "^1.0.0"
  },
  "devDependencies": {
    "@google-cloud/compute": "^4.0.0",
    "@google-cloud/resource-manager": "^5.0.0",
    "@google-cloud/storage": "^7.0.0",
    "@types/mocha": "^10.0.7",
    "c8": "^10.0.0",
    "mocha": "^10.0.0",
    "nanoid": "^3.3.7"
  }
}

Web Proxy Viewer  |  New URL  |  Original Page