UNPKG

@gabliam/graphql-express

Version:
56 lines (55 loc) 1.32 kB
{ "name": "@gabliam/graphql-express", "version": "9.0.0", "description": "Graphql plugin for gabliam", "keywords": [ "gabliam", "gabliam-plugin", "plugin", "express", "graphql" ], "main": "index.js", "typings": "index.d.ts", "module": "index.js", "scripts": { "build": "rimraf lib && tsc -p tsconfig.build.json" }, "files": [ "lib", "src", "index.js", "index.d.ts" ], "repository": { "type": "git", "url": "git+https://github.com/gabliam/gabliam.git" }, "author": "David Touzet <dtouzet@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/gabliam/gabliam/issues" }, "homepage": "https://github.com/gabliam/gabliam/tree/master/packages/web/graphql-express#readme", "devDependencies": { "@types/debug": "^4.1.7", "@types/express": "^4.17.14", "@types/lodash": "^4.14.189", "@types/node": "^18.11.9", "lodash": "^4.17.21" }, "dependencies": { "@gabliam/core": "9.0.0", "@gabliam/express": "9.0.0", "@gabliam/graphql-core": "9.0.0", "@gabliam/web-core": "9.0.0", "apollo-server-express": "^3.9.0", "debug": "^4.3.4", "express": "^4.18.2", "tslib": "^2.4.1" }, "engines": { "node": ">=8.9.0" }, "gitHead": "ec328fa0b62f474d470f74a2fc9637838f54091e" }