mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 16:21:07 +07:00
22 lines
678 B
JSON
22 lines
678 B
JSON
{
|
|
"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",
|
|
"prepare": "esbuild --bundle ./src/main.js --platform=node --outdir=dist --external:octokit"
|
|
},
|
|
"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"
|
|
} |