{
  "name": "aerolab",
  "version": "1.1.3",
  "description": "Automate development tasks at Aerolab",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "dependencies": {
    "chalk": "^2.1.0",
    "copy-paste": "^1.3.0",
    "dotenv": "^2.0.0",
    "fs-finder": "^1.8.1",
    "ini": "^1.3.4",
    "inquirer": "^1.2.2",
    "ora": "^1.3.0",
    "qrcode-terminal": "^0.12.0",
    "request": "^2.75.0",
    "shelljs": "^0.7.5"
  },
  "devDependencies": {},
  "bin": {
    "aerolab": "aerolab.js",
    "shipea": "shipea.js"
  },
  "scripts": {
    "test": "echo \"There are no tests here\" && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Aerolab/aerolab-cli.git"
  },
  "keywords": [],
  "author": "Aerolab",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Aerolab/aerolab-cli/issues"
  },
  "homepage": "https://github.com/Aerolab/aerolab-cli#readme"
}
