node_modules.graphql-config.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-client-maven-plugin Show documentation
Show all versions of apollo-client-maven-plugin Show documentation
Maven plugin for generating graphql clients
{
"_from": "graphql-config@^1.1.1",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-BOtbEOn/fD13jT0peCy3Fzp1DSTsA/1AcZp266AQ5Sk3wFndKCEa/H7donbu5UriOw1V/N1WDirYPnr7rd8E7Q==",
"_location": "/graphql-config",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "graphql-config@^1.1.1",
"name": "graphql-config",
"escapedName": "graphql-config",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/apollo-codegen"
],
"_resolved": "https://registry.npmjs.org/graphql-config/-/graphql-config-1.2.1.tgz",
"_shasum": "97b4403707db408feb335fbc159651f2a36cb558",
"_spec": "graphql-config@^1.1.1",
"_where": "/home/circleci/apollo-client-maven-plugin/apollo-client-maven-plugin/target/node_modules/apollo-codegen",
"author": {
"name": "Johannes Schickling",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/graphcool/graphql-config/issues"
},
"bundleDependencies": false,
"dependencies": {
"graphql": "^0.12.3",
"graphql-import": "^0.4.0",
"graphql-request": "^1.4.0",
"js-yaml": "^3.10.0",
"lodash": "^4.17.4",
"minimatch": "^3.0.4"
},
"deprecated": false,
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",
"devDependencies": {
"@types/graphql": "0.11.7",
"@types/node": "8.5.7",
"@types/node-fetch": "1.6.7",
"ava": "0.24.0",
"cpx": "1.5.0",
"rimraf": "2.6.2",
"tslint": "5.8.0",
"tslint-config-standard": "7.0.0",
"typescript": "2.6.2"
},
"engines": {
"node": ">= 6.0.0"
},
"files": [
"LICENSE",
"README.md",
"lib/"
],
"homepage": "https://github.com/graphcool/graphql-config#readme",
"keywords": [
"graphql",
"config",
"relay",
"apollo"
],
"license": "MIT",
"main": "lib/index.js",
"name": "graphql-config",
"repository": {
"type": "git",
"url": "git+https://github.com/graphcool/graphql-config.git"
},
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf lib",
"copy-test-assets": "cpx \"src/**/{.graphqlconfig*,*.graphql,*.json}\" lib",
"prepublish": "npm run build",
"test": "tslint src/**/*.ts && npm run test-only",
"test-only": "npm run build && npm run copy-test-assets && ava --verbose lib/__tests__/**/*.js --serial"
},
"types": "lib/index.d.ts",
"version": "1.2.1"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy