-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "protobuffctl",
"version": "1.0.10",
"description": "js api for automating protobuff workflow",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"protobuffctl": "./main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ji-podhead/protobuffctl"
},
"keywords": [
"grpc-manager",
"VS Code Extension",
"grpc-java",
"node",
"filewatcher",
"grpc-web",
"grpc-java",
"grpc-go",
"protobuff",
"grpc-python",
"grpc-node",
"grpc-kotlin",
"protobuff-generator "
],
"author": "ji-podhead",
"license": "GPL-3.0-or-later",
"dependencies": {
"axios": "^1.6.8",
"chokidar": "^3.6.0",
"commander": "^12.0.0",
"express": "^4.19.2",
"npm-run-all": "^4.1.5",
"protobufjs": "^7.2.6",
"protoc-helper": "^1.0.19",
"redis": "^4.6.13",
"serialize-javascript": "^6.0.2",
"uuid": "^9.0.1"
}
}