UNPKG

@graphql-guru/express-server

Version:

Guru GraphQL Express server built on top of Apollo server

87 lines (86 loc) 2.44 kB
{ "name": "@graphql-guru/express-server", "version": "0.0.9", "description": "Guru GraphQL Express server built on top of Apollo server", "main": "dist/server.js", "scripts": { "build": "node ./node_modules/@graphql-guru/babel-tasks/tasks.js", "watch": "npm run build -- -w", "lint": "eslint --quiet './src' || true", "test": "ava --fail-fast server/__tests__", "test:spec": "ava server/__tests__ -v", "test:watch": "watch 'npm run test' ./server" }, "keywords": [ "loaders", "schemas", "resolvers", "middleware", "graphql", "guru", "graphql-guru", "graphql.guru", "express", "nodejs" ], "dependencies": { "@graphql-guru/babel-tasks": "^1.0.0", "@graphql-guru/loader": "^1.0.5", "base64-lite": "^1.0.3", "body-parser": "^1.17.1", "compression": "^1.6.2", "cookie-parser": "^1.4.3", "cors": "^2.8.3", "csurf": "^1.9.0", "cuid": "^1.3.8", "dataloader": "^1.3.0", "deepmerge": "^1.3.2", "express": "^4.15.2", "express-handlebars": "^3.0.0", "get-env": "^0.5.10", "gql-merge": "^0.0.6", "graphql": "^0.10.5", "graphql-server-express": "^1.0.5", "graphql-tools": "^1.1.0", "helmet": "^3.6.0", "lowdb": "^0.16.2", "method-override": "^2.3.8", "morgan": "^1.8.1", "uuid": "^3.0.1", "winston": "^2.3.1" }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0" }, "devDependencies": { "@graphql-guru/babel-tasks": "^1.0.0", "ava": "^0.21.0", "babel-cli": "^6.24.1", "babel-eslint": "^7.2.2", "babel-plugin-transform-async-to-generator": "^6.24.1", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-3": "^6.24.1", "eslint-config-standard": "^10.2.1", "eslint-plugin-graphql": "^1.3.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "jsome": "^2.3.26", "sinon": "^3.0.0", "source-map-support": "^0.4.14", "tap-difflet": "^0.7.0", "tap-min": "^1.2.1", "watch": "^1.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/otissv/guru-express-server.git" }, "author": "Otis Virginie", "license": "MIT", "bugs": { "url": "https://github.com/otissv/guru-express-server/issues" }, "homepage": "https://github.com/otissv/guru-express-server#readme" }