UNPKG

2.12 kBJSONView Raw
1{
2 "name": "apollo-language-server",
3 "description": "A language server for Apollo GraphQL projects",
4 "version": "1.26.4",
5 "author": "Apollo GraphQL <opensource@apollographql.com>",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/apollographql/apollo-tooling.git"
10 },
11 "homepage": "https://github.com/apollographql/apollo-tooling",
12 "bugs": "https://github.com/apollographql/apollo-tooling/issues",
13 "main": "lib/index.js",
14 "types": "lib/index.d.ts",
15 "engines": {
16 "node": ">=8",
17 "npm": ">=6"
18 },
19 "dependencies": {
20 "@apollo/federation": "0.27.0",
21 "@apollographql/apollo-tools": "^0.5.1",
22 "@apollographql/graphql-language-service-interface": "^2.0.2",
23 "@endemolshinegroup/cosmiconfig-typescript-loader": "^1.0.0",
24 "apollo-datasource": "^0.9.0",
25 "apollo-env": "^0.10.0",
26 "apollo-graphql": "^0.9.3",
27 "apollo-link": "^1.2.3",
28 "apollo-link-context": "^1.0.9",
29 "apollo-link-error": "^1.1.1",
30 "apollo-link-http": "^1.5.5",
31 "apollo-server-errors": "^2.0.2",
32 "await-to-js": "^2.0.1",
33 "core-js": "^3.0.1",
34 "cosmiconfig": "^5.0.6",
35 "dotenv": "^8.0.0",
36 "glob": "^7.1.3",
37 "graphql": "14.0.2 - 14.2.0 || ^14.3.1 || ^15.0.0",
38 "graphql-tag": "^2.10.1",
39 "lodash.debounce": "^4.0.8",
40 "lodash.merge": "^4.6.1",
41 "minimatch": "^3.0.4",
42 "moment": "2.29.1",
43 "vscode-languageserver": "^5.1.0",
44 "vscode-uri": "1.0.6"
45 },
46 "jest": {
47 "preset": "ts-jest",
48 "transformIgnorePatterns": [
49 "/node_modules/"
50 ],
51 "setupFiles": [
52 "apollo-env"
53 ],
54 "testEnvironment": "node",
55 "testMatch": [
56 "**/__tests__/*.(js|ts)"
57 ],
58 "testPathIgnorePatterns": [
59 "<rootDir>/node_modules/",
60 "<rootDir>/lib/",
61 "<rootDir>/test/fixtures/",
62 "<rootDir>/test/test-utils"
63 ],
64 "moduleFileExtensions": [
65 "ts",
66 "js"
67 ],
68 "globals": {
69 "ts-jest": {
70 "tsConfig": "<rootDir>/tsconfig.test.json",
71 "diagnostics": false
72 }
73 }
74 },
75 "gitHead": "02257a0793dbd152d0b7172a3d7738844e0e7d07"
76}