UNPKG

apollo-schema-extend

Version:

Extends your Apollo Server Express based graphql server with an external graphql source

50 lines (49 loc) 1.3 kB
{ "name": "apollo-schema-extend", "version": "0.3.0", "description": "Extends your Apollo Server Express based graphql server with an external graphql source", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "test": "jest --config jest.config.json --watch", "build": "rimraf lib && tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "test:ci": "jest --config jest.config.json" }, "repository": "https://github.com/teunmooij/apollo-schema-extend.git", "author": "Teun Mooij", "keywords": [ "Apollo", "GraphQL", "Apollo Server Express", "federation", "schema-stitching" ], "license": "MIT", "devDependencies": { "@types/jest": "^26.0.20", "@types/ramda": "^0.27.40", "apollo-server-express": "^2.24.0", "apollo-server-testing": "^2.24.0", "graphql": "^15.5.0", "graphql-tag": "^2.11.0", "jest": "^26.6.3", "prettier": "^2.2.1", "rimraf": "^3.0.2", "ts-jest": "^26.5.4", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.2.3" }, "peerDependencies": { "apollo-server-express": "^2.24.0", "graphql": "^15.5.0" }, "dependencies": { "ramda": "^0.27.1" } }