{
  "name": "tagy",
  "version": "1.10.7",
  "description": "Create a new git tag by following the 'Semantic Versioning' and push it on remote.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/awps/tagy.git"
  },
  "keywords": [
    "toolset",
    "git",
    "github",
    "bitbucket",
    "gitlab",
    "tag",
    "release",
    "semver"
  ],
  "author": "Andrew Surdu",
  "license": "MIT",
  "homepage": "https://github.com/awps/tagy#readme",
  "bin": {
    "tagy": "./cli.js"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "fs-extra": "^8.1.0",
    "prompts": "^2.3.0",
    "replace-in-file": "^7.0.1",
    "semver": "^6.3.0",
    "shelljs": "^0.8.3",
    "yargs": "^13.2.4"
  }
}
