mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Revert "build: update build files" This reverts commit a35fad015d49ffff2ac39cf3a3cdc3067c66226f.
21 lines
382 B
JSON
21 lines
382 B
JSON
{
|
|
"name": "grpc-node-test",
|
|
"version": "0.1.0",
|
|
"description": "Dummy package for the grpc-node repository tests",
|
|
"private": true,
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "Google Inc."
|
|
},
|
|
"license": "Apache-2.0",
|
|
"contributors": [
|
|
{
|
|
"name": "Google Inc."
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"google-auth-library": "^0.9.2",
|
|
"lodash": "^4.17.4"
|
|
}
|
|
}
|