We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68a0bc commit 937325aCopy full SHA for 937325a
package.json
@@ -18,7 +18,10 @@
18
"author": "",
19
"license": "ISC",
20
"devDependencies": {
21
+ "@types/btoa": "^1.2.3",
22
+ "@types/google-protobuf": "^3.15.2",
23
"@types/lodash": "^4.14.170",
24
+ "@types/mocha": "^8.2.2",
25
"@types/node": "^14.17.3",
26
"@types/tap": "^14.10.3",
27
"@typescript-eslint/eslint-plugin": "^3.9.0",
@@ -33,9 +36,6 @@
33
36
},
34
37
"dependencies": {
35
38
"@grpc/grpc-js": "1.2.0",
- "@types/btoa": "^1.2.3",
- "@types/google-protobuf": "^3.15.2",
- "@types/mocha": "^8.2.2",
39
"btoa": "1.2.1",
40
"dotenv": "^8.6.0",
41
"google-protobuf": "3.13.0",
0 commit comments