{
  "name": "oracle-commerce-cli",
  "version": "1.2.0",
  "description": "A simple CLI to help with your daily OCC development.",
  "main": "index.js",
  "bin": {
    "occ": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eduardokeneeth/oracle-commerce-cli"
  },
  "keywords": [
    "oracle-commerce-cli",
    "oracle-commerce-cloud",
    "occ",
    "cli"
  ],
  "license": "MIT",
  "dependencies": {
    "archiver": "^5.0.2",
    "axios": "^0.20.0",
    "browser-sync": "^2.26.12",
    "chokidar": "^3.4.0",
    "commander": "^5.1.0",
    "dotenv": "^8.2.0",
    "extract-zip": "^2.0.1",
    "form-data": "^3.0.0",
    "inquirer": "^7.1.0",
    "inquirer-search-list": "^1.2.6",
    "qs": "^6.9.4",
    "shelljs": "^0.8.4"
  }
}
