{
  "name": "@americanexpress/one-app-runner",
  "version": "6.19.0",
  "description": "CLI for running One App locally",
  "license": "Apache-2.0",
  "contributors": [
    "Andres Escobar <Andres.Escobar@aexp.com> (https://github.com/anescobar1991)",
    "James Singleton <James.Singleton1@aexp.com> (https://github.com/JamesSingleton)",
    "Jamie King  <Jamie.King@aexp.com> (https://github.com/10xLaCroixDrinker)",
    "Jonathan Adshead <Jonathan.Adshead@aexp.com> (https://github.com/JAdshead)",
    "Michael Tobia <Michael.M.Tobia@aexp.com> (https://github.com/Francois-Esquire)",
    "Michael Tomcal <Michael.A.Tomcal@aexp.com> (https://github.com/mtomcal)",
    "Stephanie Coates  <Stephanie.Coates1@aexp.com> (https://github.com/stephaniecoates)",
    "Nelly Kiboi <Nelly.J.Kiboi@aexp.com> (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"
  },
  "gitHead": "a8f94c44c9fbfaff50110e50871d3a89035cc8a1"
}
