package.json 814 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "graphql-relay",
  3. "version": "0.10.2",
  4. "description": "A library to help construct a graphql-js server supporting react-relay.",
  5. "license": "MIT",
  6. "main": "index",
  7. "typesVersions": {
  8. ">=4.1.0": {
  9. "*": [
  10. "*"
  11. ]
  12. },
  13. "*": {
  14. "*": [
  15. "NotSupportedTSVersion.d.ts"
  16. ]
  17. }
  18. },
  19. "sideEffects": false,
  20. "homepage": "https://github.com/graphql/graphql-relay-js",
  21. "bugs": {
  22. "url": "https://github.com/graphql/graphql-relay-js/issues"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/graphql/graphql-relay-js.git"
  27. },
  28. "keywords": [
  29. "graphql"
  30. ],
  31. "engines": {
  32. "node": "^12.20.0 || ^14.15.0 || >= 15.9.0"
  33. },
  34. "peerDependencies": {
  35. "graphql": "^16.2.0"
  36. },
  37. "publishConfig": {
  38. "tag": "latest"
  39. }
  40. }