apollo-gateway-subscription
Version:
Sidecar for subscriptions that work with Apollo Federation/Supergraphs
35 lines (34 loc) • 914 B
JSON
{
"name": "apollo-gateway-subscription",
"version": "0.5.6",
"description": "Sidecar for subscriptions that work with Apollo Federation/Supergraphs",
"main": "dist/index.js",
"types": "dist/types.d.ts",
"keywords": [
"Apollo",
"ApolloGateway",
"Subscriptions"
],
"author": "Patrick Lemiuex",
"license": "MIT",
"scripts": {
"compile": "tsc --build tsconfig.json",
"compile:clean": "tsc --build tsconfig.json --clean",
"watch": "tsc --build tsconfig.json --watch"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"apollo-datasource": "^3.3.1",
"apollo-server": "^3.6.7",
"graphql": "^16.3.0",
"graphql-parse-resolve-info": "4.12.0",
"graphql-tools": "^8.2.5",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/node-fetch": "^2.6.1",
"typescript": "^4.5.5"
}
}