{
  "name": "skyflow-cli",
  "version": "2.3.4",
  "description": "Environment manager for your projects.",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls"
  },
  "jest": {
    "verbose": true
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:skyflow-io/CLI.git"
  },
  "keywords": [
    "cli",
    "docker",
    "compose",
    "package",
    "react",
    "assets",
    "webpack"
  ],
  "author": "Skyflow",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/skyflow-io/CLI/issues"
  },
  "homepage": "https://github.com/skyflow-io/CLI#readme",
  "bin": {
    "skyflow": "./index.js"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "graphql-request": "^1.8.2",
    "inquirer": "^6.2.2",
    "jsonfile": "^5.0.0",
    "lodash": ">=4.17.13",
    "shelljs": "^0.8.3"
  },
  "devDependencies": {
    "coveralls": "^3.0.4",
    "jest": "^24.8.0"
  }
}
