graphql-resolve-adapters
Version:
Supports GraphQL custom directives that hook into the field execution.
60 lines (59 loc) • 1.33 kB
JSON
{
"name": "graphql-resolve-adapters",
"version": "0.0.2",
"description": "Supports GraphQL custom directives that hook into the field execution.",
"author": {
"name": "Ferdinand Prantl",
"email": "prantlf@gmail.com",
"url": "http://prantl.tk"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/prantlf/graphql-resolve-adapters/blob/master/LICENSE"
}
],
"homepage": "https://github.com/prantlf/graphql-resolve-adapters#readme",
"repository": {
"type": "git",
"url": "https://github.com/prantlf/graphql-resolve-adapters.git"
},
"bugs": {
"url": "https://github.com/prantlf/graphql-resolve-adapters/issues"
},
"engines": {
"node": ">=8"
},
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "standard --verbose --fix",
"check": "nyc ava",
"test": "npm run lint && npm run check"
},
"nyc": {
"check-coverage": true,
"lines": 100,
"statements": 100,
"functions": 100,
"branches": 100
},
"devDependencies": {
"ava": "2.4.0",
"graphql": "14.5.7",
"graphql-field-visitor": "0.0.3",
"nyc": "14.1.1",
"standard": "14.3.1"
},
"keywords": [
"graphql",
"directive",
"graphql-directive",
"schema",
"field",
"resolve"
]
}