12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "graphql-relay",
- "version": "0.10.2",
- "description": "A library to help construct a graphql-js server supporting react-relay.",
- "license": "MIT",
- "main": "index",
- "typesVersions": {
- ">=4.1.0": {
- "*": [
- "*"
- ]
- },
- "*": {
- "*": [
- "NotSupportedTSVersion.d.ts"
- ]
- }
- },
- "sideEffects": false,
- "homepage": "https://github.com/graphql/graphql-relay-js",
- "bugs": {
- "url": "https://github.com/graphql/graphql-relay-js/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/graphql/graphql-relay-js.git"
- },
- "keywords": [
- "graphql"
- ],
- "engines": {
- "node": "^12.20.0 || ^14.15.0 || >= 15.9.0"
- },
- "peerDependencies": {
- "graphql": "^16.2.0"
- },
- "publishConfig": {
- "tag": "latest"
- }
- }
|