UNPKG

565 BJSONView Raw
1{
2 "name": "relay-test-utils",
3 "description": "Utilities for testing Relay applications.",
4 "version": "4.0.0",
5 "keywords": [
6 "graphql",
7 "relay"
8 ],
9 "license": "MIT",
10 "homepage": "https://facebook.github.io/relay/",
11 "bugs": "https://github.com/facebook/relay/issues",
12 "repository": "facebook/relay",
13 "dependencies": {
14 "@babel/runtime": "^7.0.0",
15 "fbjs": "^1.0.0",
16 "relay-compiler": "4.0.0",
17 "relay-runtime": "4.0.0"
18 },
19 "peerDependencies": {
20 "graphql": "^14.2.0"
21 },
22 "main": "index.js",
23 "haste_commonjs": true
24}