UNPKG

6.3 kBJSONView Raw
1{
2 "name": "@atomist/automation-client",
3 "version": "1.0.0-nortissej.checkout-branch.20180911043314",
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-ts#readme",
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/atomist/automation-client-ts.git"
15 },
16 "keywords": [
17 "atomist",
18 "automation"
19 ],
20 "bugs": {
21 "url": "https://github.com/atomist/automation-client-ts/issues"
22 },
23 "dependencies": {
24 "@atomist/microgrammar": "^0.8.1",
25 "@atomist/slack-messages": "^0.12.1",
26 "@atomist/tree-path": "^0.1.9",
27 "@octokit/rest": "^14.0.9",
28 "@typed/curry": "^1.0.1",
29 "@types/app-root-path": "^1.2.4",
30 "@types/base-64": "^0.1.2",
31 "@types/body-parser": "^1.16.8",
32 "@types/continuation-local-storage": "^3.2.1",
33 "@types/cors": "^2.8.3",
34 "@types/cross-spawn": "^6.0.0",
35 "@types/express": "^4.11.1",
36 "@types/fs-extra": "^5.0.4",
37 "@types/glob": "^5.0.35",
38 "@types/graphql": "^0.13.4",
39 "@types/helmet": "0.0.38",
40 "@types/inquirer": "0.0.43",
41 "@types/isomorphic-fetch": "0.0.34",
42 "@types/json-stringify-safe": "^5.0.0",
43 "@types/lodash": "^4.14.104",
44 "@types/minimatch": "^3.0.3",
45 "@types/node": "^10.9.4",
46 "@types/passport": "^0.4.3",
47 "@types/passport-http": "^0.3.5",
48 "@types/passport-http-bearer": "^1.0.30",
49 "@types/power-assert": "^1.4.29",
50 "@types/promise-retry": "^1.1.1",
51 "@types/retry": "^0.10.2",
52 "@types/semver": "^5.5.0",
53 "@types/shelljs": "^0.8.0",
54 "@types/utf8": "^2.1.6",
55 "@types/uuid": "^3.4.3",
56 "@types/winston": "^2.4.4",
57 "@types/ws": "^6.0.0",
58 "@types/yargs": "^11.0.0",
59 "apollo-cache-inmemory": "1.2.8",
60 "apollo-client": "^2.4.0",
61 "apollo-link": "^1.2.2",
62 "apollo-link-http": "^1.5.1",
63 "app-root-path": "^2.0.1",
64 "asciify": "^1.3.5",
65 "async-exit-hook": "^2.0.1",
66 "axios": "https://atomist.jfrog.io/atomist/npm-dev/axios/-/axios-0.17.1-proxy-fix.tgz",
67 "axios-fetch": "^1.0.0",
68 "base-64": "^0.1.0",
69 "body-parser": "^1.18.2",
70 "chalk": "^2.3.2",
71 "child-process-promise": "^2.2.1",
72 "cluster": "^0.7.7",
73 "continuation-local-storage": "^3.2.1",
74 "cors": "^2.8.4",
75 "cross-spawn": "^6.0.5",
76 "express": "^4.16.2",
77 "express-session": "^1.15.6",
78 "find-up": "^3.0.0",
79 "flat": "^4.1.0",
80 "fs-extra": "^7.0.0",
81 "git-url-parse": "^10.0.1",
82 "glob": "^7.1.3",
83 "glob-promise": "^3.3.0",
84 "glob-stream": "^6.1.0",
85 "graphql": "^0.13.2",
86 "graphql-code-generator": "^0.8.13",
87 "graphql-tag": "^2.8.0",
88 "helmet": "^3.11.0",
89 "hot-shots": "^5.2.0",
90 "https-proxy-agent": "^2.1.1",
91 "inquirer": "^6.1.0",
92 "isbinaryfile": "^3.0.2",
93 "json-stringify-safe": "^5.0.1",
94 "lodash": "^4.17.5",
95 "lru_map": "^0.3.3",
96 "metrics": "^0.1.17",
97 "minimatch": "^3.0.4",
98 "murmurhash3js": "^3.0.1",
99 "node-cache": "^4.1.1",
100 "passport": "^0.4.0",
101 "passport-http": "^0.3.0",
102 "passport-http-bearer": "^1.0.1",
103 "passport-http-header-token": "^1.1.0",
104 "portfinder": "^1.0.17",
105 "power-assert": "^1.4.4",
106 "promise-retry": "^1.1.1",
107 "proper-lockfile": "^2.0.1",
108 "retry": "^0.12.0",
109 "semver": "^5.5.1",
110 "serialize-error": "^2.1.0",
111 "shelljs": "^0.8.1",
112 "source-map-support": "^0.5.9",
113 "sprintf-js": "^1.1.1",
114 "stack-trace": "0.0.10",
115 "stream-spigot": "^3.0.6",
116 "strip-ansi": "^4.0.0",
117 "tmp-promise": "^1.0.4",
118 "utf8": "^3.0.0",
119 "uuid": "^3.2.0",
120 "winston": "^2.4.3",
121 "ws": "^6.0.0",
122 "yargs": "^12.0.1"
123 },
124 "devDependencies": {
125 "@types/mocha": "^5.2.5",
126 "axios-mock-adapter": "^1.14.0",
127 "config": "^2.0.1",
128 "espower-typescript": "^9.0.0",
129 "mocha": "^5.2.0",
130 "ncp": "^2.0.0",
131 "npm-run-all": "^4.1.3",
132 "rimraf": "^2.6.2",
133 "supervisor": "^0.12.0",
134 "ts-node": "^7.0.1",
135 "tslint": "^5.4.3",
136 "typedoc": "^0.11.1",
137 "typescript": "^2.9.2"
138 },
139 "directories": {
140 "test": "test"
141 },
142 "scripts": {
143 "autostart": "npm-run-all --print-label --parallel watch:compile watch",
144 "autotest": "supervisor --watch src,test --extensions ts --no-restart-on exit --quiet --exec npm -- test",
145 "build": "run-s compile test test:api lint doc",
146 "clean": "run-p clean:js clean:build",
147 "clean:benchmark": "rimraf isolate-*-v8.log",
148 "clean:build": "rimraf *-v8.log profile.txt build",
149 "clean:dist": "run-s clean clean:npm",
150 "clean:js": "rimraf \"{src,test}/**/*.js\"",
151 "clean:npm": "rimraf node_modules",
152 "compile": "run-s compile:ts compile:gql",
153 "compile:gql": "run-s gql:copy",
154 "compile:ts": "tsc --project .",
155 "doc": "typedoc --mode modules --excludeExternals --out build/typedoc src",
156 "gql:copy": "ncp src/graph/schema.cortex.json build/src/graph/schema.cortex.json",
157 "lint": "tslint --format verbose --project . --exclude \"{build,node_modules}/**\" \"**/*.ts\"",
158 "lint:fix": "npm run lint -- --fix",
159 "start": "node $NODE_DEBUG_OPTION build/src/start.client.js",
160 "test": "mocha --require espower-typescript/guess \"test/{*.ts,!(api|benchmark|bitbucket-api)/**/*.ts}\"",
161 "test:api": "mocha --require espower-typescript/guess \"test/api/**/*.ts\"",
162 "test:bitbucket-api": "mocha --require espower-typescript/guess \"test/bitbucket-api/**/*.ts\"",
163 "test:benchmark": "run-s test:benchmark:run test:benchmark:process clean:benchmark",
164 "test:benchmark:process": "node --prof-process isolate-*-v8.log > profile.txt",
165 "test:benchmark:run": "mocha --prof --require espower-typescript/guess \"test/benchmark/**/*.ts\"",
166 "test:one": "mocha --require espower-typescript/guess \"test/**/${TEST:-*.ts}\"",
167 "typedoc": "npm run doc",
168 "watch:compile": "tsc --project . --watch",
169 "watch": "supervisor --watch build --quiet --exec npm -- run start"
170 },
171 "bin": {
172 "atm-command": "./bin/command.js",
173 "atm-git-info": "./bin/git-info.js",
174 "atm-gql-gen": "./bin/gql-gen.js",
175 "atm-start": "./bin/start.js"
176 },
177 "engines": {
178 "node": ">=8.0.0",
179 "npm": ">=5.0.0"
180 }
181}