UNPKG

1.18 kBJSONView Raw
1{
2 "name": "graphql-language-service-interface",
3 "repository": "https://github.com/graphql/graphql-language-service",
4 "version": "1.1.0",
5 "description": "Interface to the GraphQL Language Service",
6 "contributors": [
7 "Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
8 "Hyohyeon Jeong <asiandrummer@fb.com>",
9 "Lee Byron <lee@leebyron.com> (http://leebyron.com/)"
10 ],
11 "bugs": {
12 "url": "https://github.com/graphql/graphql-language-service/issues"
13 },
14 "files": [
15 "dist"
16 ],
17 "keywords": [
18 "graphql"
19 ],
20 "main": "dist/index.js",
21 "scripts": {
22 "test": "echo 'Please run `npm test` from the root of the repo' && exit 1",
23 "build": "npm run build-js && npm run build-flow",
24 "build-js": "babel-node ../../resources/buildJs.js",
25 "build-flow": "babel-node ../../resources/buildFlow.js",
26 "prepublish": "node ../../resources/prepublish.js"
27 },
28 "peerDependencies": {
29 "graphql": "^0.10.0 || ^0.11.0 || ^0.12.0"
30 },
31 "dependencies": {
32 "graphql-config": "1.1.4",
33 "graphql-language-service-parser": "^1.1.0",
34 "graphql-language-service-types": "^1.1.0",
35 "graphql-language-service-utils": "^1.1.0"
36 }
37}