{ "name": "autotag-action", "version": "1.1.3", "private": true, "description": "Automatically create a tag whenever the version changes", "main": "src/main.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ButlerLogic/action-autotag.git" }, "author": "Corey Butler", "license": "MIT", "bugs": { "url": "https://github.com/ButlerLogic/action-autotag/issues" }, "homepage": "https://github.com/ButlerLogic/action-autotag#readme", "dependencies": { "@actions/core": "^1.10.0", "octokit": "^2.0.14", "semver": "^7.3.8" } }