{
  "name": "makaira-storefront-cli",
  "version": "1.8.2",
  "description": "CLI for Makaira Storefront",
  "author": "makaira.io",
  "repository": {
    "type": "git",
    "url": "git@github.com:MakairaIO/storefront-cli.git"
  },
  "homepage": "https://github.com/MakairaIO/storefront-cli",
  "main": "index.js",
  "bin": {
    "storefront": "./index.js"
  },
  "scripts": {
    "release": "semantic-release",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "license": "ISC",
  "devDependencies": {
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.2",
    "@semantic-release/npm": "^13.1.1",
    "prettier": "^2.0.4",
    "semantic-release": "^25.0.1",
    "semantic-release-slack-bot": "^4.0.2",
    "slackify-markdown": "^4.3.1"
  },
  "dependencies": {
    "camelcase": "^6.0.0",
    "chalk": "^4.0.0",
    "dashify": "^2.0.0",
    "humanize-string": "^2.1.0",
    "inquirer": "^7.1.0",
    "minimist": "^1.2.5"
  }
}
