mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"name": "apollo-engine-reporting-protobuf",
|
|
"version": "0.0.0-beta.7",
|
|
"description": "Protobuf format for Apollo Engine",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepublish": "npm run pbjs && npm run pbts",
|
|
"pbjs": "bash -c 'mkdir -p dist && pbjs --target static-module --out dist/index.js --wrap commonjs --force-number <(grep -v \"package mdg.engine.proto\" reports.proto)'",
|
|
"pbts": "pbts -o dist/index.d.ts dist/index.js",
|
|
"circle": "npm run prepublish"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/apollographql/apollo-engine-reporting/tree/master/packages/apollo-engine-reporting-protobuf"
|
|
},
|
|
"keywords": [
|
|
"GraphQL",
|
|
"Apollo",
|
|
"Engine",
|
|
"Server",
|
|
"Javascript"
|
|
],
|
|
"author": "Apollo <community@apollographql.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/apollographql/apollo-engine-reporting/issues"
|
|
},
|
|
"homepage": "https://github.com/apollographql/apollo-engine-reporting#readme",
|
|
"dependencies": {
|
|
"protobufjs": "^6.8.6"
|
|
}
|
|
}
|