mirror of
https://github.com/vale981/apollo-server
synced 2025-03-12 14:06:40 -04:00
20 lines
554 B
JSON
20 lines
554 B
JSON
{
|
|
"name": "apollo-tracing",
|
|
"version": "0.4.0",
|
|
"description": "Collect and expose trace data for GraphQL requests",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"license": "MIT",
|
|
"repository": "apollographql/apollo-tracing-js",
|
|
"author": "Martijn Walraven <martijn@martijnwalraven.com>",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"dependencies": {
|
|
"apollo-server-env": "file:../apollo-server-env",
|
|
"graphql-extensions": "file:../graphql-extensions"
|
|
},
|
|
"peerDependencies": {
|
|
"graphql": "0.10.x - 14.1.x"
|
|
}
|
|
}
|