federation/gateway/node_modules/apollo-datasource/package.json
2020-11-14 16:43:58 +01:00

25 lines
683 B
JSON

{
"name": "apollo-datasource",
"version": "0.7.2",
"author": "Apollo <opensource@apollographql.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apollographql/apollo-server",
"directory": "packages/apollo-datasource"
},
"homepage": "https://github.com/apollographql/apollo-server#readme",
"bugs": {
"url": "https://github.com/apollographql/apollo-server/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=6"
},
"dependencies": {
"apollo-server-caching": "^0.5.2",
"apollo-server-env": "^2.4.5"
},
"gitHead": "8cfc947ed56fa3f32b82b32b4bcca53470712984"
}