UNPKG

6.89 kBJSONView Raw
1{
2 "name": "@atomist/automation-client",
3 "version": "1.8.0-master.20191004160448",
4 "description": "Atomist API for software low-level client",
5 "author": {
6 "name": "Atomist",
7 "email": "support@atomist.com",
8 "url": "https://atomist.com/"
9 },
10 "license": "SEE LICENSE IN LICENSE",
11 "homepage": "https://github.com/atomist/automation-client#readme",
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/atomist/automation-client.git"
15 },
16 "keywords": [
17 "atomist",
18 "automation"
19 ],
20 "bugs": {
21 "url": "https://github.com/atomist/automation-client/issues"
22 },
23 "main": "./index.js",
24 "types": "./index.d.ts",
25 "dependencies": {
26 "@atomist/microgrammar": "^1.2.0",
27 "@atomist/slack-messages": "^1.1.1",
28 "@atomist/tree-path": "^1.0.3",
29 "@graphql-codegen/core": "^1.7.0",
30 "@graphql-codegen/plugin-helpers": "^1.7.0",
31 "@graphql-codegen/typescript": "^1.7.0",
32 "@graphql-codegen/typescript-compatibility": "^1.7.0",
33 "@graphql-codegen/typescript-operations": "^1.7.0",
34 "@octokit/rest": "^16.15.0",
35 "@typed/curry": "^1.0.1",
36 "@types/app-root-path": "^1.2.4",
37 "@types/base-64": "^0.1.3",
38 "@types/body-parser": "^1.17.0",
39 "@types/cors": "^2.8.5",
40 "@types/cross-spawn": "^6.0.0",
41 "@types/express": "^4.17.0",
42 "@types/fs-extra": "^8.0.0",
43 "@types/glob": "^7.1.1",
44 "@types/glob-stream": "^6.1.0",
45 "@types/helmet": "^0.0.43",
46 "@types/inquirer": "^0.0.43",
47 "@types/isomorphic-fetch": "^0.0.35",
48 "@types/json-stringify-safe": "^5.0.0",
49 "@types/lodash": "^4.14.135",
50 "@types/minimatch": "^3.0.3",
51 "@types/node": "^12.7.5",
52 "@types/node-statsd": "^0.1.2",
53 "@types/passport": "^1.0.0",
54 "@types/passport-http": "^0.3.8",
55 "@types/passport-http-bearer": "^1.0.33",
56 "@types/power-assert": "^1.5.0",
57 "@types/promise-retry": "^1.1.3",
58 "@types/retry": "^0.10.2",
59 "@types/semver": "^6.0.1",
60 "@types/shelljs": "^0.8.5",
61 "@types/tmp": "^0.1.0",
62 "@types/utf8": "^2.1.6",
63 "@types/uuid": "^3.4.5",
64 "@types/ws": "^6.0.1",
65 "apollo": "^2.18.0",
66 "apollo-cache-inmemory": "^1.6.3",
67 "apollo-client": "^2.6.4",
68 "apollo-link": "^1.2.12",
69 "apollo-link-error": "^1.1.11",
70 "apollo-link-http": "^1.5.15",
71 "app-root-path": "^2.1.0",
72 "asciify": "^1.3.5",
73 "async-exit-hook": "^2.0.1",
74 "axios": "^0.19.0",
75 "axios-fetch": "^1.1.0",
76 "base-64": "^0.1.0",
77 "body-parser": "^1.18.3",
78 "chalk": "^2.4.2",
79 "child-process-promise": "^2.2.1",
80 "chokidar": "^3.0.2",
81 "cluster": "^0.7.7",
82 "cors": "^2.8.5",
83 "cross-spawn": "^6.0.5",
84 "es6-promise-pool": "^2.5.0",
85 "express": "^4.17.1",
86 "express-session": "^1.16.2",
87 "find-up": "^4.1.0",
88 "flat": "^4.1.0",
89 "fs-extra": "^8.1.0",
90 "git-url-parse": "^11.1.2",
91 "glob": "^7.1.4",
92 "glob-promise": "^3.4.0",
93 "glob-stream": "^6.1.0",
94 "graphql": "^14.5.4",
95 "graphql-tag": "^2.10.1",
96 "graphql-tag-pluck": "^0.8.4",
97 "graphql-toolkit": "^0.5.11",
98 "graphql-tools": "^4.0.5",
99 "heavy": "^6.1.2",
100 "helmet": "^3.18.0",
101 "hot-shots": "^6.3.0",
102 "https-proxy-agent": "^2.2.1",
103 "inquirer": "^6.3.1",
104 "isbinaryfile": "^4.0.0",
105 "json-diff": "^0.5.4",
106 "json-stringify-safe": "^5.0.1",
107 "lodash": "^4.17.15",
108 "lodash.merge": "^4.6.2",
109 "lodash.template": "^4.5.0",
110 "logform": "^2.1.2",
111 "lru_map": "^0.3.3",
112 "metrics": "^0.1.21",
113 "minimatch": "^3.0.4",
114 "multimatch": "^4.0.0",
115 "murmurhash3js": "^3.0.1",
116 "node-cache": "^4.2.0",
117 "node-statsd": "^0.1.1",
118 "passport": "^0.4.0",
119 "passport-http": "^0.3.0",
120 "passport-http-bearer": "^1.0.1",
121 "passport-http-header-token": "^1.1.0",
122 "portfinder": "^1.0.20",
123 "power-assert": "^1.6.1",
124 "promise-retry": "^1.1.1",
125 "proper-lockfile": "^2.0.1",
126 "retry": "^0.12.0",
127 "semver": "^6.2.0",
128 "serialize-error": "^3.0.0",
129 "shelljs": "^0.8.3",
130 "source-map-support": "^0.5.12",
131 "sprintf-js": "^1.1.2",
132 "stack-trace": "^0.0.10",
133 "stream-spigot": "^3.0.6",
134 "strip-ansi": "^5.2.0",
135 "tinyqueue": "2.0.0",
136 "tmp-promise": "^2.0.2",
137 "tree-kill": "^1.2.1",
138 "typescript": "^3.6.3",
139 "utf8": "^3.0.0",
140 "uuid": "^3.3.3",
141 "winston": "^3.2.1",
142 "winston-transport": "^4.3.0",
143 "ws": "^7.1.2"
144 },
145 "_comment": "TODO cd added direct dev dependency to handlebars to fix security warning with typedoc referencing an old version of it",
146 "devDependencies": {
147 "@types/mocha": "^5.2.7",
148 "@types/statsd-client": "^0.4.0",
149 "axios-mock-adapter": "^1.17.0",
150 "config": "^3.2.2",
151 "espower-typescript": "^9.0.2",
152 "gc-stats": "^1.4.0",
153 "handlebars": "^4.4.0",
154 "mocha": "^6.2.0",
155 "ncp": "^2.0.0",
156 "npm-run-all": "^4.1.5",
157 "rimraf": "^3.0.0",
158 "statsd-client": "^0.4.2",
159 "supervisor": "^0.12.0",
160 "ts-node": "^8.3.0",
161 "tslint": "^5.19.0",
162 "typedoc": "^0.15.0"
163 },
164 "directories": {
165 "test": "test"
166 },
167 "scripts": {
168 "autotest": "supervisor --watch index.ts,lib,test --extensions ts --no-restart-on exit --quiet --exec npm -- test",
169 "build": "run-s compile test lint doc",
170 "clean": "run-p clean:compile clean:test clean:doc clean:run",
171 "clean:compile": "rimraf git-info.json build \"index.{d.ts,js}{,.map}\" \"{lib,test}/**/*.{d.ts,js}{,.map}\" lib/typings/types.ts",
172 "clean:dist": "run-s clean clean:npm",
173 "clean:doc": "rimraf doc",
174 "clean:npm": "rimraf node_modules",
175 "clean:run": "rimraf *-v8.log profile.txt log",
176 "clean:test": "rimraf .nyc_output coverage",
177 "compile": "run-s compile:ts",
178 "compile:ts": "tsc --project .",
179 "doc": "typedoc --mode modules --excludeExternals --ignoreCompilerErrors --exclude \"**/*.d.ts\" --out doc index.ts lib",
180 "lint": "tslint --config tslint.json --format verbose --project .",
181 "lint:fix": "npm run lint -- --fix",
182 "test": "mocha --require espower-typescript/guess \"test/**/*.test.ts\"",
183 "test:api": "mocha --require espower-typescript/guess \"test/api/**/*.test.ts\"",
184 "test:bitbucket-api": "mocha --require espower-typescript/guess \"test/bitbucket-api/**/*.test.ts\"",
185 "test:benchmark": "run-s test:benchmark:run test:benchmark:process",
186 "test:benchmark:process": "node --prof-process isolate-*-v8.log > profile.txt",
187 "test:benchmark:run": "mocha --prof --require espower-typescript/guess \"test/**/*.benchmark.ts\"",
188 "test:one": "mocha --require espower-typescript/guess \"test/**/${TEST:-*.test.ts}\"",
189 "typedoc": "npm run doc"
190 },
191 "bin": {
192 "atm-command": "./bin/command.js",
193 "atm-git-info": "./bin/git-info.js",
194 "atm-gql-gen": "./bin/gql-gen.js",
195 "atm-start": "./bin/start.js",
196 "atm-start-dev": "./bin/start-dev.js"
197 },
198 "engines": {
199 "node": ">=8.2.0",
200 "npm": ">=5.0.0"
201 }
202}