-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@ortoo/grpc-utils",
"version": "5.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"backo": "^1.1.0",
"backoff": "^2.5.0",
"bson": "^6.8.0",
"debug": "^2.2.0",
"duplexer2": "^0.1.4",
"is-plain-object": "^2.0.1",
"lodash.camelcase": "^4.3.0",
"lodash.clonedeep": "^4.5.0",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
"lodash.isundefined": "^3.0.1",
"lodash.kebabcase": "^4.1.1",
"lodash.lowerfirst": "^4.3.1",
"through2": "^2.0.1"
},
"devDependencies": {
"@grpc/grpc-js": "^1.0.3",
"@ortoo/protobufjs": "6.11.4-ortoo.2",
"chai": "^4.0.0",
"eslint": "^8.31.0",
"eslint-plugin-mocha": "^10.1.0",
"grpc-errors": "^1.1.0",
"mocha": "^10.2.0",
"prettier": "^1.19.1",
"sinon": "^8.0.1",
"sinon-chai": "^3.4.0",
"underscore": "^1.8.3"
},
"peerDependencies": {
"@grpc/grpc-js": "^0.6.15 || ^0.7.1 || ^1.0.3",
"@ortoo/protobufjs": "^6.8.1"
},
"scripts": {
"test": "mocha",
"postversion": "git push && git push --tags"
},
"author": "",
"license": "MIT"
}