mirror of
https://github.com/rjNemo/federation
synced 2026-06-06 10:16:39 +00:00
24 lines
643 B
JSON
24 lines
643 B
JSON
{
|
|
"name": "apollo-env",
|
|
"version": "0.6.5",
|
|
"author": "opensource@apollographql.com",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/apollographql/apollo-tooling.git"
|
|
},
|
|
"homepage": "https://github.com/apollographql/apollo-tooling",
|
|
"bugs": "https://github.com/apollographql/apollo-tooling/issues",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"dependencies": {
|
|
"@types/node-fetch": "2.5.7",
|
|
"core-js": "^3.0.1",
|
|
"node-fetch": "^2.2.0",
|
|
"sha.js": "^2.4.11"
|
|
},
|
|
"gitHead": "7cc66acbbfc681da0491a7868150deccc7ca368f"
|
|
}
|