@graphql-mesh/plugin-webhook
Version:
36 lines (35 loc) • 770 B
JSON
{
"name": "@graphql-mesh/plugin-webhook",
"version": "0.0.11",
"sideEffects": false,
"dependencies": {
"@graphql-mesh/string-interpolation": "0.3.2",
"@graphql-mesh/types": "0.80.2",
"@graphql-yoga/common": "2.12.8",
"lodash.get": "4.4.2",
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/plugins/webhook"
},
"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"
}
}