package.json.template 360 B

1234567891011121314151617
  1. {
  2. "name": "{{{name}}}",
  3. "version": "{{{version}}}",
  4. "author": "Google Inc.",
  5. "description": "Client library for {{{name}}} built on gRPC",
  6. "license": "Apache-2.0",
  7. "dependencies": {
  8. "grpc": "{{{grpc_version}}}",
  9. "google-auth-library": "^0.9.2"
  10. },
  11. "main": "index.js",
  12. "files": [
  13. "LICENSE",
  14. "index.js",
  15. "service.json"
  16. ]
  17. }