UNPKG

6.34 kBJSONView Raw
1{
2 "name": "@atomist/automation-client",
3 "version": "1.8.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.1",
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/helmet": "^0.0.43",
44 "@types/inquirer": "^0.0.43",
45 "@types/isomorphic-fetch": "^0.0.35",
46 "@types/json-stringify-safe": "^5.0.0",
47 "@types/lodash": "^4.14.144",
48 "@types/micromatch": "^3.1.0",
49 "@types/node": "^12.7.5",
50 "@types/node-statsd": "^0.1.2",
51 "@types/passport": "^1.0.0",
52 "@types/passport-http": "^0.3.8",
53 "@types/passport-http-bearer": "^1.0.33",
54 "@types/power-assert": "^1.5.0",
55 "@types/promise-retry": "^1.1.3",
56 "@types/retry": "^0.10.2",
57 "@types/semver": "^6.0.1",
58 "@types/shelljs": "^0.8.5",
59 "@types/tmp": "^0.1.0",
60 "@types/utf8": "^2.1.6",
61 "@types/uuid": "^3.4.5",
62 "@types/ws": "^6.0.1",
63 "apollo": "^2.18.0",
64 "apollo-cache-inmemory": "^1.6.3",
65 "apollo-client": "^2.6.4",
66 "apollo-link": "^1.2.12",
67 "apollo-link-error": "^1.1.11",
68 "apollo-link-http": "^1.5.15",
69 "app-root-path": "^2.1.0",
70 "asciify": "^1.3.5",
71 "async-exit-hook": "^2.0.1",
72 "axios": "^0.19.0",
73 "axios-fetch": "^1.1.0",
74 "base-64": "^0.1.0",
75 "body-parser": "^1.18.3",
76 "chalk": "^2.4.2",
77 "chokidar": "^3.0.2",
78 "cors": "^2.8.5",
79 "cross-spawn": "^6.0.5",
80 "es6-promise-pool": "^2.5.0",
81 "express": "^4.17.1",
82 "express-session": "^1.16.2",
83 "fast-glob": "^3.1.0",
84 "find-up": "^4.1.0",
85 "flat": "^4.1.0",
86 "fs-extra": "^8.1.0",
87 "git-url-parse": "^11.1.2",
88 "graphql": "^14.5.4",
89 "graphql-tag": "^2.10.1",
90 "graphql-tag-pluck": "^0.8.4",
91 "graphql-toolkit": "^0.5.11",
92 "graphql-tools": "^4.0.5",
93 "heavy": "^6.1.2",
94 "helmet": "^3.18.0",
95 "hot-shots": "^6.3.0",
96 "https-proxy-agent": "^3.0.0",
97 "isbinaryfile": "^4.0.0",
98 "json-diff": "^0.5.4",
99 "json-stringify-safe": "^5.0.1",
100 "lodash": "^4.17.15",
101 "logform": "^2.1.2",
102 "lru_map": "^0.3.3",
103 "metrics": "^0.1.21",
104 "micromatch": "^4.0.2",
105 "murmurhash3js": "^3.0.1",
106 "node-cache": "^4.2.0",
107 "node-statsd": "^0.1.1",
108 "passport": "^0.4.0",
109 "passport-http": "^0.3.0",
110 "passport-http-bearer": "^1.0.1",
111 "passport-http-header-token": "^1.1.0",
112 "portfinder": "^1.0.20",
113 "power-assert": "^1.6.1",
114 "promise-retry": "^1.1.1",
115 "proper-lockfile": "^2.0.1",
116 "retry": "^0.12.0",
117 "semver": "^6.2.0",
118 "serialize-error": "^3.0.0",
119 "source-map-support": "^0.5.12",
120 "stack-trace": "^0.0.10",
121 "stream-spigot": "^3.0.6",
122 "strip-ansi": "^5.2.0",
123 "tinyqueue": "2.0.0",
124 "tmp-promise": "^2.0.2",
125 "tree-kill": "^1.2.1",
126 "typescript": "^3.7.3",
127 "utf8": "^3.0.0",
128 "uuid": "^3.3.3",
129 "winston": "^3.2.1",
130 "winston-transport": "^4.3.0",
131 "ws": "^7.1.2"
132 },
133 "devDependencies": {
134 "@types/mocha": "^5.2.7",
135 "@types/statsd-client": "^0.4.0",
136 "axios-mock-adapter": "^1.17.0",
137 "config": "^3.2.2",
138 "espower-typescript": "^9.0.2",
139 "gc-stats": "^1.4.0",
140 "mocha": "^6.2.0",
141 "ncp": "^2.0.0",
142 "npm-run-all": "^4.1.5",
143 "rimraf": "^3.0.0",
144 "statsd-client": "^0.4.2",
145 "supervisor": "^0.12.0",
146 "ts-node": "^8.5.4",
147 "tslint": "^5.20.1",
148 "typedoc": "^0.15.3"
149 },
150 "directories": {
151 "test": "test"
152 },
153 "scripts": {
154 "autotest": "supervisor --watch index.ts,lib,test --extensions ts --no-restart-on exit --quiet --exec npm -- test",
155 "build": "run-s compile test lint doc",
156 "clean": "run-p clean:compile clean:test clean:doc clean:run",
157 "clean:compile": "rimraf git-info.json build \"index.{d.ts,js}{,.map}\" \"{lib,test}/**/*.{d.ts,js}{,.map}\" lib/typings/types.ts",
158 "clean:dist": "run-s clean clean:npm",
159 "clean:doc": "rimraf doc",
160 "clean:npm": "rimraf node_modules",
161 "clean:run": "rimraf *-v8.log profile.txt log",
162 "clean:test": "rimraf .nyc_output coverage",
163 "compile": "run-s compile:ts",
164 "compile:ts": "tsc --project .",
165 "doc": "typedoc --mode modules --excludeExternals --ignoreCompilerErrors --exclude \"**/*.d.ts\" --out doc index.ts lib",
166 "lint": "tslint --config tslint.json --format verbose --project .",
167 "lint:fix": "npm run lint -- --fix",
168 "test": "mocha --require espower-typescript/guess \"test/**/*.test.ts\"",
169 "test:api": "mocha --require espower-typescript/guess \"test/api/**/*.test.ts\"",
170 "test:bitbucket-api": "mocha --require espower-typescript/guess \"test/bitbucket-api/**/*.test.ts\"",
171 "test:benchmark": "run-s test:benchmark:run test:benchmark:process",
172 "test:benchmark:process": "node --prof-process isolate-*-v8.log > profile.txt",
173 "test:benchmark:run": "mocha --prof --require espower-typescript/guess \"test/**/*.benchmark.ts\"",
174 "test:one": "mocha --require espower-typescript/guess \"test/**/${TEST:-*.test.ts}\"",
175 "typedoc": "npm run doc"
176 },
177 "bin": {
178 "atm-command": "./bin/command.js",
179 "atm-git-info": "./bin/git-info.js",
180 "atm-gql-gen": "./bin/gql-gen.js",
181 "atm-start": "./bin/start.js",
182 "atm-start-dev": "./bin/start-dev.js"
183 },
184 "engines": {
185 "node": ">=8.2.0",
186 "npm": ">=5.0.0"
187 }
188}