UNPKG

@wolox/graphql-inspector-node

Version:

## Summary Simple schema inspector that uses `graphql-inspector` for comparing schemas looking for differences between them and categorizing them into three possible categories: * NON_BREAKING * DANGEROUS * BREAKING

57 lines (56 loc) 1.68 kB
{ "name": "@wolox/graphql-inspector-node", "version": "1.0.0", "description": "", "main": "schema-inspector.js", "scripts": { "eslint-check": "eslint --print-config .eslintrc.js --ignore-pattern ./.eslintrc.js | eslint-config-prettier-check", "lint": "eslint \"**/*.js\" --ignore-pattern ./.eslintrc.js", "lint-diff": "git diff --name-only --cached --relative | grep \\\\.js$ | xargs eslint", "lint-fix": "eslint \"**/*.js\" --fix --ignore-pattern ./.eslintrc.js", "test": "jest lib/test/inspector/app --runInBand --forceExit --detectOpenHandles" }, "author": "Wolox", "license": "MIT", "keywords": [ "graphql", "inspector", "schema", "node", "wolox" ], "repository": { "type": "git", "url": "git@github.com:Wolox/graphql-inspector-wolox-node.git" }, "bugs": { "url": "https://github.com/Wolox/graphql-inspector-wolox-node/issues" }, "homepage": "https://github.com/Wolox/graphql-inspector-wolox-node#readme", "dependencies": { "@graphql-inspector/core": "^1.26.0", "chalk": "^2.4.2", "eslint": "^6.6.0", "eslint-config-wolox": "^3.0.2", "eslint-config-wolox-node": "^2.2.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-prettier": "^3.1.1", "express-wolox-logger": "^1.1.0", "fs": "0.0.1-security", "graphql-import": "^0.7.1", "graphql-tools": "^4.0.6", "jest": "^24.9.0", "log-symbols": "^3.0.0", "minimist": "^1.2.0", "prettier": "^1.18.2" }, "bin": { "graphql-inspector-wolox-node": "schema-inspector.js" }, "resolutions": { "graphql": "^14.2.1" }, "peerDependencies": { "graphql": "^14.2.1" } }