mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00

- apollo-cache-control@0.5.1 - apollo-datasource-rest@0.3.1 - apollo-datasource@0.3.1 - apollo-engine-reporting-protobuf@0.2.1 - apollo-engine-reporting@1.0.2 - apollo-server-azure-functions@2.4.2 - apollo-server-cache-memcached@0.3.1 - apollo-server-cache-redis@0.3.1 - apollo-server-caching@0.3.1 - apollo-server-cloud-functions@2.4.2 - apollo-server-cloudflare@2.4.2 - apollo-server-core@2.4.2 - apollo-server-express@2.4.2 - apollo-server-fastify@2.4.2 - apollo-server-hapi@2.4.2 - apollo-server-integration-testsuite@2.4.2 - apollo-server-koa@2.4.2 - apollo-server-lambda@2.4.2 - apollo-server-micro@2.4.2 - apollo-server-plugin-base@0.3.2 - apollo-server-testing@2.4.2 - apollo-server@2.4.2 - apollo-tracing@0.5.1 - graphql-extensions@0.5.2
32 lines
1 KiB
JSON
32 lines
1 KiB
JSON
{
|
|
"name": "apollo-engine-reporting-protobuf",
|
|
"version": "0.2.1",
|
|
"description": "Protobuf format for Apollo Engine",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "npm run pbjs && npm run pbts && cp src/* dist",
|
|
"pbjs": "bash -c 'mkdir -p dist && pbjs --target static-module --out dist/protobuf.js --wrap commonjs --force-number <(grep -v \"package mdg.engine.proto\" src/reports.proto)'",
|
|
"pbts": "pbts -o dist/protobuf.d.ts dist/protobuf.js"
|
|
},
|
|
"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"
|
|
}
|
|
}
|