UNPKG

@paulxuca/graphql-yoga

Version:

Fully-featured GraphQL Server with focus on easy setup, performance & great developer experience

84 lines (83 loc) 2.45 kB
{ "name": "@paulxuca/graphql-yoga", "description": "Fully-featured GraphQL Server with focus on easy setup, performance & great developer experience", "version": "1.1.4", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/prisma/graphql-yoga.git" }, "keywords": [ "graphql", "server", "api", "graphql-server", "apollo" ], "author": "Johannes Schickling <johannes@graph.cool>", "license": "MIT", "bugs": { "url": "https://github.com/prisma/graphql-yoga/issues" }, "homepage": "https://github.com/prisma/graphql-yoga", "scripts": { "prepublish": "yarn build", "build": "rm -rf dist && tsc -d", "lint": "tslint --project tsconfig.json {src,test}/**/*.ts && prettier-check --ignore-path .gitignore {src,.}/{*.ts,*.js}", "format": "prettier --write --ignore-path .gitignore {src,.}/{*.ts,*.js}", "test": "yarn lint && yarn build && ava", "watch:tsc": "tsc --watch", "watch:ava": "ava --watch", "watch": "yarn build && npm-run-all --parallel watch:*" }, "release": { "branch": "master" }, "ava": { "files": [ "dist/**/*.test.js" ] }, "dependencies": { "@types/cors": "^2.8.6", "@types/express": "^4.17.2", "@types/graphql": "^14.5.0", "@types/graphql-deduplicator": "^2.0.0", "@types/zen-observable": "^0.8.0", "apollo-server-express": "^2.10.0", "apollo-upload-server": "^7.0.0", "body-parser-graphql": "1.1.0", "cors": "^2.8.5", "express": "^4.17.1", "graphql": "^14.6.0", "graphql-deduplicator": "^2.0.5", "graphql-import": "^0.7.0", "graphql-jit": "^0.4.2", "graphql-middleware": "4.0.2", "graphql-playground-middleware-express": "1.7.12", "graphql-subscriptions": "^1.1.0", "graphql-tools": "^4.0.6", "graphql-upload": "^10.0.0", "subscriptions-transport-ws": "^0.9.16", "tiny-lru": "^7.0.2" }, "devDependencies": { "@types/express-serve-static-core": "^4.17.2", "@types/request-promise-native": "1.0.15", "ava": "0.25.0", "npm-run-all": "4.1.3", "prettier": "^1.19.1", "prettier-check": "^2.0.0", "request": "2.88.0", "request-promise-native": "1.0.5", "tslint": "5.11.0", "tslint-config-prettier": "1.12.0", "tslint-config-standard": "7.1.0", "typescript": "3.1.3", "yarn": "1.10.1" } }