UNPKG

644 BJSONView Raw
1{
2 "name": "apollo-env",
3 "version": "0.10.2",
4 "author": "packages@apollographql.com",
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/apollographql/apollo-tooling.git"
9 },
10 "homepage": "https://github.com/apollographql/apollo-tooling",
11 "bugs": "https://github.com/apollographql/apollo-tooling/issues",
12 "main": "lib/index.js",
13 "types": "lib/index.d.ts",
14 "engines": {
15 "node": ">=8"
16 },
17 "dependencies": {
18 "@types/node-fetch": "^2.5.10",
19 "core-js": "^3.0.1",
20 "node-fetch": "^2.6.1",
21 "sha.js": "^2.4.11"
22 },
23 "gitHead": "58b96377de23b35f31264fda805d967a63a800c7"
24}