-
Notifications
You must be signed in to change notification settings - Fork 33
/
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.15.5"
},
"devDependencies": {
"@bazel/concatjs": "5.2.0",
"@bazel/jasmine": "5.2.0",
"@bazel/rollup": "5.2.0",
"@bazel/typescript": "5.2.0",
"@grpc/grpc-js": "1.2.1",
"@improbable-eng/grpc-web": "0.15.0",
"@types/google-protobuf": "3.15.5",
"@types/jasmine": "3.5.11",
"@types/node": "12.12.50",
"c8": "^7.10.0",
"clang-format": "1.4.0",
"grpc": "1.24.9",
"grpc-tools": "1.11.2",
"husky": "4.2.5",
"jasmine": "^3.10.0",
"jasmine-core": "^3.10.1",
"jasmine-reporters": "^2.5.0",
"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.6",
"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.15.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'\""
}
}
}