package.json 903 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "graphql-list-fields",
  3. "version": "2.0.4",
  4. "description": "Get a list of fields while resolving a GraphQL query",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "jest --coverage",
  8. "test-watch": "jest --watch",
  9. "prettier": "prettier __tests__/*.js *.js --write --tab-width 4 --single-quote --print-width 120"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/jakepusateri/graphql-list-fields.git"
  14. },
  15. "author": "jakepusateri",
  16. "license": "MIT",
  17. "bugs": {
  18. "url": "https://github.com/jakepusateri/graphql-list-fields/issues"
  19. },
  20. "homepage": "https://github.com/jakepusateri/graphql-list-fields#readme",
  21. "keywords": [
  22. "ast",
  23. "schema",
  24. "fields",
  25. "graphqlresolveinfo",
  26. "graphql-js",
  27. "graphql"
  28. ],
  29. "devDependencies": {
  30. "graphql": "^16.8.1",
  31. "jest": "^29.7.0",
  32. "prettier": "^3.2.4"
  33. },
  34. "files": []
  35. }