UNPKG

483 BJSONView Raw
1{
2 "name": "relay-runtime",
3 "description": "A core runtime for building GraphQL-driven 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 },
17 "directories": {
18 "": "./"
19 },
20 "main": "index.js",
21 "haste_commonjs": true
22}