UNPKG

944 BJSONView Raw
1{
2 "name": "relay-compiler",
3 "description": "A compiler tool for building GraphQL-driven applications.",
4 "version": "7.0.0",
5 "keywords": [
6 "graphql",
7 "relay"
8 ],
9 "license": "MIT",
10 "homepage": "https://relay.dev",
11 "bugs": "https://github.com/facebook/relay/issues",
12 "repository": "facebook/relay",
13 "main": "index.js",
14 "bin": {
15 "relay-compiler": "bin/relay-compiler"
16 },
17 "dependencies": {
18 "@babel/core": "^7.0.0",
19 "@babel/generator": "^7.0.0",
20 "@babel/parser": "^7.0.0",
21 "@babel/runtime": "^7.0.0",
22 "@babel/traverse": "^7.0.0",
23 "@babel/types": "^7.0.0",
24 "babel-preset-fbjs": "^3.3.0",
25 "chalk": "^2.4.1",
26 "fast-glob": "^2.2.2",
27 "fb-watchman": "^2.0.0",
28 "fbjs": "^1.0.0",
29 "immutable": "~3.7.6",
30 "nullthrows": "^1.1.1",
31 "relay-runtime": "7.0.0",
32 "signedsource": "^1.0.0",
33 "yargs": "^9.0.0"
34 },
35 "peerDependencies": {
36 "graphql": "^14.2.0"
37 }
38}