This repository has been archived by the owner on May 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
54 lines (54 loc) · 1.62 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@americanexpress/one-app-runner",
"version": "6.19.0",
"description": "CLI for running One App locally",
"license": "Apache-2.0",
"contributors": [
"Andres Escobar <[email protected]> (https://github.com/anescobar1991)",
"James Singleton <[email protected]> (https://github.com/JamesSingleton)",
"Jamie King <[email protected]> (https://github.com/10xLaCroixDrinker)",
"Jonathan Adshead <[email protected]> (https://github.com/JAdshead)",
"Michael Tobia <[email protected]> (https://github.com/Francois-Esquire)",
"Michael Tomcal <[email protected]> (https://github.com/mtomcal)",
"Stephanie Coates <[email protected]> (https://github.com/stephaniecoates)",
"Nelly Kiboi <[email protected]> (https://github.com/nellyk)"
],
"bin": {
"one-app-runner": "./bin/one-app-runner.js",
"create-runner-env": "./bin/create-runner-env.js",
"one-app-runner-test": "bin/one-app-runner-test.js"
},
"files": [
"src",
"bin",
"utils/"
],
"repository": {
"url": "https://github.com/americanexpress/one-app-cli.git",
"directory": "packages/one-app-runner"
},
"keywords": [
"dx",
"one-app",
"docker"
],
"dependencies": {
"dockerode": "^3.2.0",
"dotenv": "^10.0.0",
"fs-extra": "^10.0.0",
"get-port": "^5.1.1",
"node-fetch": "^2.6.1",
"pino-pretty": "^11.0.0",
"pkg-up": "^3.1.0",
"semver": "^7.6.0",
"uuid": "^8.3.2",
"yargs": "^16.2.0"
},
"devDependencies": {
"mock-spawn": "^0.2.6",
"uuid": "^9.0.1"
},
"publishConfig": {
"access": "public"
}
}