@apollographql/graphql-language-service-types
Version:
Types for building GraphQL language services for IDEs
32 lines (31 loc) • 1.03 kB
JSON
{
"name": "@apollographql/graphql-language-service-types",
"repository": "https://github.com/apollographql/graphql-language-service",
"version": "2.0.2",
"description": "Types for building GraphQL language services for IDEs",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
"Hyohyeon Jeong <asiandrummer@fb.com>",
"Lee Byron <lee@leebyron.com> (http://leebyron.com/)"
],
"bugs": {
"url": "https://github.com/graphql/graphql-language-service/issues"
},
"files": [
"dist"
],
"keywords": [
"graphql"
],
"main": "dist/index.js",
"scripts": {
"test": "echo 'Please run `npm test` from the root of the repo' && exit 1",
"build": "npm run build-js && npm run build-flow",
"build-js": "babel-node ../../resources/buildJs.js",
"build-flow": "babel-node ../../resources/buildFlow.js",
"prepublish": "node ../../resources/prepublish.js"
},
"peerDependencies": {
"graphql": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
}
}