forked from apollographql/apollo-tooling
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 694 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "apollo-env",
"version": "0.3.0",
"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",
"scripts": {
"clean": "rimraf lib",
"prebuild": "npm run clean",
"build": "tsc --project ./src/fetch && node clone-types.js && cd src && tsc"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"core-js": "3.0.0-beta.3",
"node-fetch": "^2.2.0"
}
}