{
  "name": "@payzen/docker-compose-tool",
  "version": "1.4.3",
  "description": "Tool used for setting up an isolated environment for end to end testing / integration testing using Docker Compose",
  "main": "index.js",
  "scripts": {
    "lint": "eslint ./lib/**/*.js ./test/**/*.js ./*.js --fix",
    "test": "npm run test:unit && npm run test:e2e && npm run lint #&& npm run flow",
    "test:e2e": "mocha --no-timeouts test/end2end/*.js",
    "test:unit": "mocha test/unit/*.js",
    "flow": "flow; test $? -eq 0 -o $? -eq 2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/corevo/docker-compose-tool.git"
  },
  "author": "Itamar Arjuan",
  "license": "MIT",
  "dependencies": {
    "chalk": "^3.0.0",
    "chance": "^1.1.4",
    "child-process-promise": "^2.2.1",
    "cli-spinner": "^0.2.10",
    "js-yaml": "^3.13.1",
    "node-fetch": "^2.6.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.20.0",
    "flow-bin": "^0.116.1",
    "mocha": "^6.2.2",
    "sinon": "^8.1.1"
  }
}
