-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 996 Bytes
/
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
{
"author": {
"name": "Gonicus GmbH"
},
"bin": {
"protoc-gen-qx": "index.js"
},
"bundleDependencies": false,
"dependencies": {
"@improbable-eng/grpc-web": "^0.15.0",
"eslint": "^8.32.0",
"handlebars": "^4.7.7",
"lodash.merge": "^4.6.2",
"memfs": "^3.4.13",
"protoc-plugin": "0.0.6",
"webpack": "^4.46.0"
},
"deprecated": false,
"description": "protoc-gen-qx is a plugin for the `protoc` code generator. It creates qooxdoo class definitions from proto-files.",
"keywords": [
"protoc",
"qooxdoo",
"protobuf"
],
"license": "MIT",
"main": "index.js",
"name": "protoc-gen-qx",
"repository": {
"type": "git",
"url": "https://github.com/gonicus/protoc-gen-qx.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"protoc": "protoc -Iprotos --js_out=import_style=commonjs,binary:. extensions.proto"
},
"version": "0.26.0",
"devDependencies": {
"webpack-cli": "^5.0.1"
}
}