UNPKG

graphql-middleware

Version:
86 lines (85 loc) 2.01 kB
{ "name": "graphql-middleware", "description": "GraphQL Middleware done right!", "version": "6.1.35", "main": "dist/index.js", "module": "dist/index.mjs", "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" }, "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "./*": { "require": "./dist/*.js", "import": "./dist/*.mjs", "types": "./dist/*.d.ts" } }, "publishConfig": { "directory": "dist" }, "author": "Matic Zavadlal <matic.zavadlal@gmail.com>", "dependencies": { "@graphql-tools/delegate": "^8.8.1", "@graphql-tools/schema": "^8.5.1" }, "devDependencies": { "@types/jest": "^26.0.24", "@types/lodash": "^4.14.182", "@types/node": "^18.8.3", "apollo-server": "^3.10.2", "axios": "^0.27.2", "bob-esbuild": "^1.3.0", "bob-esbuild-cli": "^1.0.1", "codecov": "^3.8.3", "graphql": "^16.6.0", "husky": "^6.0.0", "iterall": "^1.3.0", "jest": "^26.6.3", "prettier": "^2.7.1", "pretty-quick": "^3.1.3", "rimraf": "^3.0.2", "semantic-release": "^17.4.7", "ts-jest": "^26.5.6", "ts-node": "^9.1.1", "typescript": "^4.7.4" }, "peerDependencies": { "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" }, "scripts": { "clean": "rimraf dist", "compile": "bob-esbuild build", "coverage": "codecov", "test": "jest", "prepublishOnly": "npm run compile" }, "files": [ "dist" ], "release": { "branch": "master" }, "homepage": "https://github.com/maticzav/graphql-middleware", "repository": { "type": "git", "url": "https://github.com/maticzav/graphql-middleware.git" }, "bugs": { "url": "https://github.com/maticzav/graphql-middleware/issues" }, "keywords": [ "graphql", "middleware", "schema", "resolvers", "server", "yoga" ], "license": "MIT" }