UNPKG

@graphql-mesh/cross-helpers

Version:

Cross Platform Helpers for GraphQL Mesh

39 lines (38 loc) 846 B
{ "name": "@graphql-mesh/cross-helpers", "version": "0.4.11", "description": "Cross Platform Helpers for GraphQL Mesh", "repository": { "type": "git", "url": "ardatan/graphql-mesh", "directory": "packages/cross-helpers" }, "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>", "license": "MIT", "engines": { "node": ">=16.0.0" }, "main": "node.js", "browser": "browser.js", "types": "index.d.ts", "typings": "./index.d.ts", "peerDependencies": { "graphql": "*" }, "dependencies": { "@graphql-tools/utils": "^10.11.0", "path-browserify": "1.0.1" }, "devDependencies": { "graphql": "16.12.0" }, "publishConfig": { "access": "public" }, "sideEffects": false, "bob": false, "react-native": "react-native.js", "typescript": { "definition": "./index.d.ts" } }