{
  "name": "autotag-action",
  "version": "1.1.3",
  "private": true,
  "description": "Automatically create a tag whenever the version changes in package.json",
  "main": "lib/main.js",
  "scripts": {
    "start": "node ./main.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/butlerlogic/action-autotag.git"
  },
  "keywords": [
    "actions",
    "node",
    "setup"
  ],
  "author": "ButlerLogic",
  "license": "MIT",
  "type": "module"
}