UNPKG

@graphql-guru/loader

Version:

Core loaders from GraphQL Guru Servers

73 lines (72 loc) 2.03 kB
{ "name": "@graphql-guru/loader", "version": "1.0.5", "description": "Core loaders from GraphQL Guru Servers", "main": "dist/index-loader.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 src/__tests__", "test:spec": "ava src/__tests__ -v", "test:watch": "watch 'npm run test' ./src" }, "keywords": [ "loaders", "schemas", "resolvers", "middleware", "graphql", "graphql-guru", "graphql.guru", "nodejs" ], "dependencies": { "@graphql-guru/babel-tasks": "^1.0.0", "bluebird": "^3.5.0", "deepmerge": "^1.3.2", "glob-promise": "^3.1.0", "gql-merge": "^0.0.6", "graphql": "^0.10.5", "graphql-custom-types": "^1.1.0", "graphql-tools-types": "^1.1.1", "is-schema-valid": "^0.2.0", "to-camel-case": "^1.0.0", "to-snake-case": "^1.0.0" }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0" }, "devDependencies": { "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": "^4.3.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.2.0", "eslint-plugin-node": "^5.1.1", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "rimraf": "^2.6.1", "sinon": "^3.0.0", "source-map-support": "^0.4.14", "tap-difflet": "^0.7.0", "tap-min": "^1.2.1", "watch": "^1.0.2", "yarn": "^0.27.5" }, "repository": { "type": "git", "url": "git+https://github.com/otissv/guru-loaders.git" }, "author": "Otis Virginie", "license": "MIT", "bugs": { "url": "https://github.com/otissv/guru-loaders/issues" }, "homepage": "https://github.com/otissv/guru-loaders#readme" }