UNPKG

json-machete

Version:
41 lines (40 loc) 1.02 kB
{ "name": "json-machete", "version": "0.15.5-alpha-20220929214706-1fa5318d7", "sideEffects": false, "dependencies": { "@graphql-mesh/cross-helpers": "0.2.6", "@graphql-mesh/types": "0.84.7-alpha-20220929214706-1fa5318d7", "@graphql-mesh/utils": "0.41.18-alpha-20220929214706-1fa5318d7", "@graphql-tools/utils": "8.12.0", "@json-schema-tools/meta-schema": "1.6.19", "@whatwg-node/fetch": "^0.4.6", "json-pointer": "0.6.2", "to-json-schema": "0.2.5", "tslib": "^2.4.0", "url-join": "5.0.0" }, "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" } }