-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
{
"author": "xh3b4sd",
"bugs": {
"url": "https://github.com/venturemark/apigents/issues"
},
"dependencies": {
"google-protobuf": "^3.14.0",
"grpc-web": "^1.2.1"
},
"description": "generated grpc api client in typescript",
"devDependencies": {
"tslib": "^2.0.3",
"typescript": "^4.1.2"
},
"exports": {
".": {
"default": "./dst/index.es.js",
"require": "./dst/index.js"
}
},
"files": [
"dst"
],
"homepage": "https://github.com/venturemark/apigents#readme",
"license": "MIT",
"main": "./dst/index.js",
"module": "./dst/index.es.js",
"name": "@venturemark/apigents",
"repository": {
"type": "git",
"url": "git+https://github.com/venturemark/apigents.git"
},
"scripts": {
"build": "./node_modules/.bin/tsc -p .",
"prepare": "./node_modules/.bin/tsc -p ."
},
"sideEffects": false,
"types": "./dst/index.d.ts",
"version": "0.3.1"
}