UNPKG

json-machete

Version:
42 lines (41 loc) 973 B
{ "name": "json-machete", "version": "1.0.0-alpha-20220804093904-8e2e41f7f", "sideEffects": false, "peerDependencies": { "@graphql-mesh/utils": "1.0.0-alpha-20220804093904-8e2e41f7f" }, "dependencies": { "@graphql-mesh/cross-helpers": "0.2.0", "@graphql-tools/utils": "8.9.0", "@json-schema-tools/meta-schema": "1.6.19", "@whatwg-node/fetch": "^0.2.7", "json-pointer": "0.6.2", "to-json-schema": "0.2.5", "tslib": "^2.4.0", "url-join": "4.0.1" }, "repository": { "type": "git", "url": "Urigo/graphql-mesh", "directory": "packages/json-machete" }, "license": "MIT", "main": "index.js", "module": "index.mjs", "typings": "index.d.ts", "typescript": { "definition": "index.d.ts" }, "exports": { ".": { "require": "./index.js", "import": "./index.mjs" }, "./*": { "require": "./*.js", "import": "./*.mjs" }, "./package.json": "./package.json" } }