{
  "name": "yandex-cloud",
  "version": "1.4.3",
  "description": "Yandex Cloud SDK",
  "keywords": [
    "yandex-cloud",
    "cloud",
    "sdk"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yandex-cloud/nodejs-sdk.git"
  },
  "author": "Yandex LLC",
  "license": "MIT",
  "main": "index.js",
  "bugs": {
    "url": "https://github.com/yandex-cloud/nodejs-sdk/issues"
  },
  "homepage": "https://github.com/yandex-cloud/nodejs-sdk#readme",
  "dependencies": {
    "node-fetch": "^2.6.0",
    "grpc": "^1.17.0",
    "protobufjs": "^6.8.8",
    "aws-sdk": ">= 2.0.9"
  },
  "devDependencies": {
    "@types/node": "^10.14.13",
    "yaml": "^1.6.0",
    "prettier": "^1.18.2"
  },
  "scripts": {
    "test": "node test/test.js",
    "format": "prettier --config .prettierrc.json --write ./**/*.ts ./**/*.js"
  },
  "engines": {
    "node": ">=10.0.0"
  }
}
