-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 933 Bytes
/
package.json
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
{
"name": "twirpjs",
"version": "0.0.6",
"description": "Experimental streaming twirp client built on protobuf.js",
"main": "index.js",
"bin": {
"gen_twirpjs": "./gen_twirpjs/index.js"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnarbox/twirpjs.git"
},
"keywords": [
"twirp",
"rpc",
"protobuf"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/gnarbox/twirpjs/issues"
},
"homepage": "https://github.com/gnarbox/twirpjs#readme",
"dependencies": {
"protobufjs": "https://github.com/gnarbox/protobuf.js#b98a15b468a19ba894459bbd7f14361a5947b793"
},
"optionalDependencies": {
"rxjs": "^6.1.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^22.4.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react-native": "4.0.0",
"commander": "^2.15.1",
"jest": "^22.4.3",
"regenerator-runtime": "^0.11.1"
}
}