forked from thesayyn/protoc-gen-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.54 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "protoc-gen-ts",
"description": "Compile protocol buffers descriptors to Typescript.",
"version": "0.8.8",
"license": "MIT",
"author": {
"email": "thesayyn@gmail.com",
"name": "thesayyn",
"url": "https://github.com/thesayyn"
},
"funding": {
"type": "individual",
"url": "https://www.buymeacoffee.com/thesayyn"
},
"repository": {
"type": "git",
"url": "https://github.com/thesayyn/protoc-gen-ts"
},
"scripts": {
"test": "bazel test //...",
"release": "bazel run //:package.publish -- --access public --tag latest --registry https://registry.npmjs.org",
"prerelease": "bazel run //:package.publish -- --access public --tag next --registry https://registry.npmjs.org"
},
"bin": {
"protoc-gen-ts": "./bin/protoc-gen-ts.js"
},
"peerDependencies": {
"google-protobuf": "^3.13.0",
"typescript": ">= 4.9.x"
},
"devDependencies": {
"@bazel/bazelisk": "^1.9.0",
"@bazel/jasmine": "5.7.1",
"@bazel/typescript": "5.7.1",
"@bazel/rollup": "5.7.1",
"@bazel/cypress": "5.7.1",
"cypress": "7.3.0",
"@grpc/grpc-js": "^1.7.3",
"google-protobuf": "^3.19.1",
"grpc-web": "^1.4.2",
"jasmine": "^3.7.0",
"jasmine-core": "^3.7.1",
"typescript": "4.x.x",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"rollup": "^3.3.0",
"http-server": "^14.1.1",
"@types/google-protobuf": "^3.15.5",
"@types/jasmine": "^3.7.7",
"@types/node": "^18.11.9"
}
}