UNPKG

@illusionalsagacity/rescript-msw

Version:
53 lines (52 loc) 1.31 kB
{ "name": "@illusionalsagacity/rescript-msw", "uncurried": false, "package-specs": [{ "module": "esmodule", "in-source": true }], "suffix": ".res.js", "sources": [ { "dir": "src", "subdirs": false }, { "dir": "__tests__", "subdirs": false, "type": "dev" }, { "dir": "testUtils", "subdirs": false, "type": "dev" } ], "bsc-flags": [], "bs-dependencies": ["@glennsl/rescript-fetch"], "ppx-flags": ["@illusionalsagacity/graphql-ppx/ppx"], "bs-dev-dependencies": [ "@rescript/core", "@rescript/react", "@illusionalsagacity/graphql-ppx", "rescript-apollo-client", "rescript-vitest", "@glennsl/rescript-json-combinators" ], "warnings": { "number": "+A-42-48", "error": "+A-3-44-102" }, "graphql": { "uncurried": false, "schema": "graphql_schema.json", "apolloMode": true, "extendMutation": "ApolloClient.GraphQL_PPX.ExtendMutation", "extendQuery": "ApolloClient.GraphQL_PPX.ExtendQuery", "extendSubscription": "ApolloClient.GraphQL_PPX.ExtendSubscription", "templateTagReturnType": "ApolloClient.GraphQL_PPX.templateTagReturnType", "templateTagImport": "gql", "templateTagLocation": "@apollo/client", "templateTagIsFunction": true } }