UNPKG

@lowdefy/graphql-federated

Version:
56 lines (55 loc) 1.2 kB
{ "name": "@lowdefy/graphql-federated", "version": "3.23.3", "licence": "Apache-2.0", "description": "", "homepage": "https://lowdefy.com", "keywords": [ "lowdefy", "graphql", "graphql server" ], "bugs": { "url": "https://github.com/lowdefy/lowdefy/issues" }, "contributors": [ { "name": "Sam Tolmay", "url": "https://github.com/SamTolmay" }, { "name": "Gerrie van Wyk", "url": "https://github.com/Gervwyk" } ], "repository": { "type": "git", "url": "https://github.com/lowdefy/lowdefy.git" }, "main": "dist/index.js", "files": [ "dist/*" ], "scripts": { "build": "yarn webpack", "clean": "rm -rf dist", "prepare": "yarn build", "webpack": "webpack --config webpack.config.js" }, "dependencies": { "@lowdefy/graphql": "3.23.3" }, "devDependencies": { "@babel/cli": "7.14.3", "@babel/core": "7.14.3", "@babel/preset-env": "7.14.4", "babel-loader": "8.2.2", "clean-webpack-plugin": "3.0.0", "webpack": "5.38.1", "webpack-cli": "4.7.0" }, "publishConfig": { "access": "public" }, "gitHead": "aede980a615d339db496a423820612ef85bcbebf" }