UNPKG

webpack-plugin-graphql-schema-hot

Version:

Webpack plugin which track changes in your schema files and generate `json` and `txt` files.

41 lines (40 loc) 1.15 kB
{ "name": "webpack-plugin-graphql-schema-hot", "version": "0.0.10", "description": "Webpack plugin which track changes in your schema files and generate `json` and `txt` files.", "main": "index.js", "repository": "https://github.com/nodkz/webpack-plugin-graphql-schema-hot", "author": "Nodkz (pavel.chertorogov@gmail.com)", "keywords": [ "graphql", "schema", "regenerate", "webpack", "plugin", "hot" ], "license": "MIT", "bugs": { "url": "https://github.com/nodkz/webpack-plugin-graphql-schema-hot/issues" }, "homepage": "https://github.com/nodkz/webpack-plugin-graphql-schema-hot", "devDependencies": { "eslint": "^4.19.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.12.0", "eslint-plugin-prettier": "^2.6.0", "graphql": "^0.13.2", "prettier": "^1.13.0" }, "dependencies": { "decache": "^4.4.0", "minimatch": "^3.0.4" }, "peerDependencies": { "graphql": ">=0.7.0 || >=0.8.0 || >=0.9.0 || >=0.10.0 || >=0.11.0 || >=0.12.0 || >=0.13.0" }, "scripts": { "test": "eslint index.js" } }