UNPKG

3.11 kBJSONView Raw
1{
2 "name": "apollo",
3 "description": "Command line tool for Apollo GraphQL",
4 "version": "2.31.1",
5 "referenceID": "21ad0845-c235-422e-be7d-a998310df972",
6 "author": "Apollo GraphQL <opensource@apollographql.com>",
7 "license": "MIT",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/apollographql/apollo-tooling.git"
11 },
12 "homepage": "https://github.com/apollographql/apollo-tooling",
13 "bugs": "https://github.com/apollographql/apollo-tooling/issues",
14 "files": [
15 "/bin",
16 "/lib",
17 "/oclif.manifest.json"
18 ],
19 "main": "lib/index.js",
20 "types": "lib/index.d.ts",
21 "bin": {
22 "apollo": "./bin/run"
23 },
24 "scripts": {
25 "prepack": "oclif-dev manifest && oclif-dev readme",
26 "postpack": "rm -f oclif.manifest.json",
27 "version": "cross-env COLUMNS=74 oclif-dev readme && git add README.md"
28 },
29 "engines": {
30 "node": ">=8",
31 "npm": ">=6"
32 },
33 "dependencies": {
34 "@apollographql/apollo-tools": "^0.4.8",
35 "@oclif/command": "1.8.0",
36 "@oclif/config": "1.17.0",
37 "@oclif/errors": "1.3.3",
38 "@oclif/plugin-autocomplete": "0.2.0",
39 "@oclif/plugin-help": "2.2.3",
40 "@oclif/plugin-not-found": "1.2.4",
41 "@oclif/plugin-plugins": "1.9.1",
42 "@oclif/plugin-warn-if-update-available": "1.7.0",
43 "apollo-codegen-core": "^0.38.1",
44 "apollo-codegen-flow": "^0.36.1",
45 "apollo-codegen-scala": "^0.37.1",
46 "apollo-codegen-swift": "^0.38.1",
47 "apollo-codegen-typescript": "^0.38.1",
48 "apollo-env": "^0.6.5",
49 "apollo-graphql": "^0.6.0",
50 "apollo-language-server": "^1.24.1",
51 "chalk": "2.4.2",
52 "cli-ux": "5.5.0",
53 "env-ci": "3.2.2",
54 "gaze": "1.1.3",
55 "git-parse": "1.0.4",
56 "git-rev-sync": "2.1.0",
57 "git-url-parse": "11.4.0",
58 "glob": "7.1.5",
59 "graphql": "14.0.2 - 14.2.0 || ^14.3.1 || ^15.0.0",
60 "graphql-tag": "2.11.0",
61 "listr": "0.14.3",
62 "lodash.identity": "3.0.0",
63 "lodash.pickby": "4.6.0",
64 "mkdirp": "1.0.4",
65 "moment": "2.29.1",
66 "strip-ansi": "5.2.0",
67 "table": "5.4.6",
68 "tty": "1.0.1",
69 "vscode-uri": "1.0.6"
70 },
71 "devDependencies": {
72 "typescript": "3.7.5"
73 },
74 "oclif": {
75 "commands": "./lib/commands",
76 "bin": "apollo",
77 "plugins": [
78 "@oclif/plugin-help",
79 "@oclif/plugin-not-found",
80 "@oclif/plugin-plugins",
81 "@oclif/plugin-warn-if-update-available"
82 ],
83 "repositoryPrefix": "<%- repo %>/blob/master/packages/apollo/<%- commandPath %>"
84 },
85 "jest": {
86 "preset": "ts-jest",
87 "transformIgnorePatterns": [
88 "/node_modules/"
89 ],
90 "setupFiles": [
91 "apollo-env"
92 ],
93 "testMatch": null,
94 "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
95 "testPathIgnorePatterns": [
96 "node_modules",
97 "lib"
98 ],
99 "moduleFileExtensions": [
100 "ts",
101 "tsx",
102 "js",
103 "jsx",
104 "json",
105 "node"
106 ],
107 "testEnvironment": "node",
108 "globals": {
109 "ts-jest": {
110 "tsConfig": "<rootDir>/tsconfig.test.json",
111 "diagnostics": false
112 }
113 }
114 },
115 "gitHead": "fc385d9d90a85a5dc042b3f0c0c86a176f23fa75"
116}