36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"name": "apollo-reporting-protobuf",
|
|
"version": "0.8.0",
|
|
"description": "Protobuf format for Apollo usage reporting",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"clean": "git clean -fdX -- dist",
|
|
"prepare": "npm run clean && mkdir dist && npm run pbjs && npm run pbts && cp src/* dist",
|
|
"pbjs": "apollo-pbjs --target static-module --out dist/protobuf.js --wrap commonjs --force-number --no-from-object src/reports.proto",
|
|
"pbts": "apollo-pbts -o dist/protobuf.d.ts dist/protobuf.js",
|
|
"update-proto": "curl -sSfo src/reports.proto https://usage-reporting.api.apollographql.com/proto/reports.proto"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/apollographql/apollo-server",
|
|
"directory": "packages/apollo-reporting-protobuf"
|
|
},
|
|
"keywords": [
|
|
"GraphQL",
|
|
"Apollo",
|
|
"Server",
|
|
"Javascript"
|
|
],
|
|
"author": "Apollo <opensource@apollographql.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/apollographql/apollo-server/issues"
|
|
},
|
|
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
|
"dependencies": {
|
|
"@apollo/protobufjs": "1.2.2"
|
|
},
|
|
"gitHead": "42983b06a381aee6333fd11d5af7bd7fa0d549ec"
|
|
}
|