forked from protocolbuffers/protobuf-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 728 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 728 Bytes
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
{
"name": "@protocolbuffers/protoc-gen-js",
"version": "4.0.2-rc1",
"description": "Official standalone distribution of the protoc-gen-js plugin for Protocol Buffers",
"author": "Google Protocol Buffers Team",
"license": "BSD-3-Clause",
"keywords": ["protocol buffers", "protobuf", "protoc-gen-js", "google-protobuf", "protobuf-javascript"],
"repository": {
"type": "git",
"url": "git+https://github.com/protocolbuffers/protobuf-javascript.git"
},
"type": "commonjs",
"main": "index.js",
"bin": {
"protoc-gen-js": "cli.js"
},
"scripts": {
"postinstall": "node download-protoc-gen-js.js"
},
"dependencies": {
"adm-zip": "^0.5.16"
},
"engines": {
"node": ">=18.0.0"
}
}