forked from Dig-Doug/rules_typescript_proto
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.48 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
53
54
{
"name": "rules_typescript_proto",
"description": "Bazel rules for generating typescript protocol buffers",
"repository": "https://github.com/Dig-Doug/rules_typescript_proto",
"license": "Apache-2.0",
"dependencies": {
"google-protobuf": "3.12.2"
},
"devDependencies": {
"@bazel/typescript": "3.0.0",
"@bazel/concatjs": "3.0.0",
"@bazel/jasmine": "3.0.0",
"@bazel/rollup": "3.0.0",
"@improbable-eng/grpc-web": "0.13.0",
"@types/google-protobuf": "3.7.2",
"@types/jasmine": "3.5.11",
"@types/node": "12.12.50",
"c8": "^7.3.0",
"clang-format": "1.4.0",
"grpc": "1.24.9",
"grpc-tools": "1.10.0",
"@grpc/grpc-js": "1.2.1",
"husky": "4.2.5",
"jasmine": "^3.6.1",
"jasmine-core": "^3.6.0",
"jasmine-reporters": "^2.3.2",
"karma": "5.0.1",
"karma-chrome-launcher": "3.1.0",
"karma-firefox-launcher": "1.3.0",
"karma-jasmine": "3.3.1",
"karma-requirejs": "1.1.0",
"karma-sourcemap-loader": "0.3.7",
"minimist": "1.2.5",
"protobufjs": "6.10.1",
"requirejs": "2.3.6",
"rollup": "2.22.1",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"source-map-support": "0.5.19",
"ts-protoc-gen": "0.14.0",
"tsickle": "0.39.1",
"tsutils": "3.17.1",
"typescript": "3.9.7",
"unidiff": "1.0.2"
},
"scripts": {
"format": "git-clang-format"
},
"husky": {
"hooks": {
"pre-commit": "check-clang-format \"'yarn format'\""
}
}
}