UNPKG

613 BJSONView Raw
1{
2 "name": "relay-runtime",
3 "description": "A core runtime for building GraphQL-driven applications.",
4 "version": "17.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": {
13 "type": "git",
14 "url": "https://github.com/facebook/relay.git",
15 "directory": "packages/relay-runtime"
16 },
17 "dependencies": {
18 "@babel/runtime": "^7.0.0",
19 "fbjs": "^3.0.2",
20 "invariant": "^2.2.4"
21 },
22 "directories": {
23 "": "./"
24 },
25 "main": "index.js",
26 "haste_commonjs": true
27}