UNPKG

555 BJSONView Raw
1{
2 "name": "relay-test-utils",
3 "description": "Utilities for testing Relay applications.",
4 "version": "9.1.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 "dependencies": {
14 "@babel/runtime": "^7.0.0",
15 "fbjs": "^1.0.0",
16 "relay-runtime": "9.1.0"
17 },
18 "peerDependencies": {
19 "graphql": "^14.2.0"
20 },
21 "directories": {
22 "": "./"
23 },
24 "main": "index.js",
25 "haste_commonjs": true
26}