Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 13 lines 211 B view raw
1{ 2 "name": "urql", 3 "version": "5.0.1", 4 "exports": "src/index.ts", 5 "exclude": [ 6 "node_modules", 7 "cypress", 8 "**/*.test.*", 9 "**/*.spec.*", 10 "**/*.test.*.snap", 11 "**/*.spec.*.snap" 12 ] 13}