| { |
| "name": "@protocolbuffers/protoc-gen-js", |
| "version": "4.0.1", |
| "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" |
| } |
| } |