{
  "name": "@greenpress/cli",
  "version": "0.9.18",
  "description": "CLI to install greenpress",
  "main": "cli.js",
  "bin": {
    "greenpress": "cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/greenpress/greenpress.git"
  },
  "keywords": [
    "greenpress",
    "blogs",
    "cli"
  ],
  "author": "David Meir-Levy <davidmeirlevy@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "cli-progress": "3.9.0",
    "yargs": "^17.2.0"
  },
  "bugs": {
    "url": "https://github.com/greenpress/greenpress/issues"
  },
  "scripts": {
    "test": "jest --runInBand"
  },
  "homepage": "https://github.com/greenpress/greenpress#readme",
  "devDependencies": {
    "jest": "^27.0.4"
  }
}
