blob: 993aeeb9d8959e0acc304f2017b2972996277bba [file] [log] [blame] [edit]
{
"name": "google-protobuf",
"version": "4.0.1",
"description": "Protocol Buffers for JavaScript",
"main": "google-protobuf.js",
"files": [
"google/protobuf/*_pb.js",
"google/protobuf/compiler/*_pb.js",
"google-protobuf.js",
"LICENSE.md",
"LICENSE-asserts.md",
"package.json",
"README.md"
],
"devDependencies": {
"glob": "~7.1.4",
"google-closure-compiler": "20230802.0.0",
"google-closure-deps": "20230802.0.0",
"google-closure-library": "20230802.0.0",
"gulp": "~5.0.0",
"jasmine": "~3.5.0"
},
"scripts": {
"prebuild": "node update-bazel-versions.js",
"build": "node ./node_modules/gulp/bin/gulp.js dist",
"test": "node ./node_modules/gulp/bin/gulp.js test",
"clean": "node ./node_modules/gulp/bin/gulp.js clean"
},
"repository": {
"type": "git",
"url": "https://github.com/protocolbuffers/protobuf-javascript"
},
"author": "Google Protocol Buffers Team",
"license": "(BSD-3-Clause AND Apache-2.0)"
}