-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.24 KB
/
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
{
"bin": {
"protoc-gen-grpc-gateway-es": "dist/index.js"
},
"dependencies": {
"@bufbuild/protobuf": "^1.3.1",
"@bufbuild/protoplugin": "^1.3.1"
},
"devDependencies": {
"@bufbuild/buf": "^1.26.1",
"@bufbuild/protoc-gen-es": "^1.3.1",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@release-it/conventional-changelog": "^7.0.2",
"bun-types": "latest",
"husky": "^8.0.3",
"typescript": "4"
},
"files": [
"dist/index.js"
],
"git": "https://github.com/czabaj/protoc-gen-grpc-gateway-es",
"repository": {
"type": "git",
"url": "git+https://github.com/czabaj/protoc-gen-grpc-gateway-es.git"
},
"keywords": [
"grpc-gateway",
"protobuf",
"protoc"
],
"license": "MIT",
"name": "protoc-gen-grpc-gateway-es",
"scripts": {
"build": "bun build --external @bufbuild/protobuf --external @bufbuild/protoplugin --outdir ./dist --target node ./src/index.ts",
"generateOptions": "cd options && bunx buf generate buf.build/googleapis/googleapis && bunx buf generate buf.build/grpc-ecosystem/grpc-gateway && bunx buf generate buf.build/protocolbuffers/wellknowntypes",
"release": "bunx release-it"
},
"type": "module",
"version": "0.1.6"
}