UNPKG

6.54 kBJSONView Raw
1{
2 "name": "@atomist/automation-client",
3 "version": "1.6.0",
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 "@octokit/rest": "^16.15.0",
30 "@typed/curry": "^1.0.1",
31 "@types/app-root-path": "^1.2.4",
32 "@types/base-64": "^0.1.3",
33 "@types/body-parser": "^1.17.0",
34 "@types/cors": "^2.8.5",
35 "@types/cross-spawn": "^6.0.0",
36 "@types/express": "^4.17.0",
37 "@types/fs-extra": "^8.0.0",
38 "@types/glob": "^7.1.1",
39 "@types/graphql": "^14.0.5",
40 "@types/helmet": "^0.0.43",
41 "@types/inquirer": "^0.0.43",
42 "@types/isomorphic-fetch": "^0.0.35",
43 "@types/json-stringify-safe": "^5.0.0",
44 "@types/lodash": "^4.14.135",
45 "@types/minimatch": "^3.0.3",
46 "@types/node": "^12.0.12",
47 "@types/node-statsd": "^0.1.2",
48 "@types/passport": "^1.0.0",
49 "@types/passport-http": "^0.3.8",
50 "@types/passport-http-bearer": "^1.0.33",
51 "@types/power-assert": "^1.5.0",
52 "@types/promise-retry": "^1.1.3",
53 "@types/retry": "^0.10.2",
54 "@types/semver": "^6.0.1",
55 "@types/shelljs": "^0.8.5",
56 "@types/utf8": "^2.1.6",
57 "@types/uuid": "^3.4.5",
58 "@types/ws": "^6.0.1",
59 "apollo": "^2.15.0",
60 "apollo-cache-inmemory": "^1.6.2",
61 "apollo-client": "^2.6.3",
62 "apollo-link": "^1.2.12",
63 "apollo-link-error": "^1.1.11",
64 "apollo-link-http": "^1.5.15",
65 "app-root-path": "^2.1.0",
66 "asciify": "^1.3.5",
67 "async-exit-hook": "^2.0.1",
68 "axios": "^0.19.0",
69 "axios-fetch": "^1.1.0",
70 "base-64": "^0.1.0",
71 "body-parser": "^1.18.3",
72 "chalk": "^2.4.2",
73 "child-process-promise": "^2.2.1",
74 "cluster": "^0.7.7",
75 "cors": "^2.8.5",
76 "cross-spawn": "^6.0.5",
77 "es6-promise-pool": "^2.5.0",
78 "express": "^4.17.1",
79 "express-session": "^1.16.2",
80 "find-up": "^4.1.0",
81 "flat": "^4.1.0",
82 "fs-extra": "^8.1.0",
83 "git-url-parse": "^11.1.2",
84 "glob": "^7.1.4",
85 "glob-promise": "^3.4.0",
86 "glob-stream": "^6.1.0",
87 "graphql": "14.4.2",
88 "graphql-code-generator": "^0.18.2",
89 "graphql-codegen-core": "^0.18.2",
90 "graphql-codegen-typescript-client": "^0.18.2",
91 "graphql-codegen-typescript-common": "^0.18.2",
92 "graphql-codegen-typescript-server": "^0.18.2",
93 "graphql-tag": "2.10.1",
94 "heavy": "^6.1.2",
95 "helmet": "^3.18.0",
96 "hot-shots": "^6.3.0",
97 "https-proxy-agent": "^2.2.1",
98 "inquirer": "^6.3.1",
99 "isbinaryfile": "^4.0.0",
100 "json-stringify-safe": "^5.0.1",
101 "lodash": "^4.17.11",
102 "logform": "^2.1.2",
103 "lru_map": "^0.3.3",
104 "metrics": "^0.1.21",
105 "minimatch": "^3.0.4",
106 "murmurhash3js": "^3.0.1",
107 "node-cache": "^4.2.0",
108 "node-statsd": "^0.1.1",
109 "passport": "^0.4.0",
110 "passport-http": "^0.3.0",
111 "passport-http-bearer": "^1.0.1",
112 "passport-http-header-token": "^1.1.0",
113 "portfinder": "^1.0.20",
114 "power-assert": "^1.6.1",
115 "promise-retry": "^1.1.1",
116 "proper-lockfile": "^2.0.1",
117 "retry": "^0.12.0",
118 "semver": "^6.2.0",
119 "serialize-error": "^3.0.0",
120 "shelljs": "^0.8.3",
121 "source-map-support": "^0.5.12",
122 "sprintf-js": "^1.1.2",
123 "stack-trace": "^0.0.10",
124 "stream-spigot": "^3.0.6",
125 "strip-ansi": "^5.2.0",
126 "tinyqueue": "2.0.0",
127 "tmp-promise": "^2.0.2",
128 "tree-kill": "^1.2.1",
129 "typescript": "^3.5.2",
130 "utf8": "^3.0.0",
131 "uuid": "^3.3.2",
132 "winston": "^3.2.1",
133 "winston-transport": "^4.3.0",
134 "ws": "^7.0.1"
135 },
136 "_comment": "TODO cd added direct dev dependency to handlebars to fix security warning with typedoc referencing an old version of it",
137 "devDependencies": {
138 "@types/mocha": "^5.2.6",
139 "@types/statsd-client": "^0.4.0",
140 "axios-mock-adapter": "^1.16.0",
141 "config": "^3.0.1",
142 "espower-typescript": "^9.0.1",
143 "gc-stats": "^1.2.1",
144 "handlebars": "^4.0.13",
145 "mocha": "^6.1.4",
146 "ncp": "^2.0.0",
147 "npm-run-all": "^4.1.5",
148 "rimraf": "^2.6.3",
149 "statsd-client": "^0.4.2",
150 "supervisor": "^0.12.0",
151 "ts-node": "^8.3.0",
152 "tslint": "^5.18.0",
153 "typedoc": "^0.14.2"
154 },
155 "directories": {
156 "test": "test"
157 },
158 "scripts": {
159 "autotest": "supervisor --watch index.ts,lib,test --extensions ts --no-restart-on exit --quiet --exec npm -- test",
160 "build": "run-s compile test lint doc",
161 "clean": "run-p clean:compile clean:test clean:doc clean:run",
162 "clean:compile": "rimraf git-info.json build \"index.{d.ts,js{,.map}}\" \"{lib,test}/**/*.{d.ts,js{,.map}}\" lib/typings/types.ts",
163 "clean:dist": "run-s clean clean:npm",
164 "clean:doc": "rimraf doc",
165 "clean:npm": "rimraf node_modules",
166 "clean:run": "rimraf *-v8.log profile.txt log",
167 "clean:test": "rimraf .nyc_output coverage",
168 "compile": "run-s compile:ts",
169 "compile:ts": "tsc --project .",
170 "doc": "typedoc --mode modules --excludeExternals --ignoreCompilerErrors --exclude \"**/*.d.ts\" --out doc index.ts lib",
171 "lint": "tslint --config tslint.json --format verbose --project .",
172 "lint:fix": "npm run lint -- --fix",
173 "test": "mocha --require espower-typescript/guess \"test/**/*.test.ts\"",
174 "test:api": "mocha --require espower-typescript/guess \"test/api/**/*.test.ts\"",
175 "test:bitbucket-api": "mocha --require espower-typescript/guess \"test/bitbucket-api/**/*.test.ts\"",
176 "test:benchmark": "run-s test:benchmark:run test:benchmark:process",
177 "test:benchmark:process": "node --prof-process isolate-*-v8.log > profile.txt",
178 "test:benchmark:run": "mocha --prof --require espower-typescript/guess \"test/**/*.benchmark.ts\"",
179 "test:one": "mocha --require espower-typescript/guess \"test/**/${TEST:-*.test.ts}\"",
180 "typedoc": "npm run doc"
181 },
182 "bin": {
183 "atm-command": "./bin/command.js",
184 "atm-git-info": "./bin/git-info.js",
185 "atm-gql-gen": "./bin/gql-gen.js",
186 "atm-start": "./bin/start.js"
187 },
188 "engines": {
189 "node": ">=8.1.0",
190 "npm": ">=5.0.0"
191 }
192}