autotag/package.json
2023-03-31 00:34:08 -05:00

22 lines
585 B
JSON

{
"name": "autotag-action",
"version": "1.1.3",
"private": true,
"description": "Automatically create a tag whenever the version changes",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild"
},
"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"
}