mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-10 02:11:08 +07:00
26 lines
519 B
JSON
26 lines
519 B
JSON
{
|
|
"name": "autotag-action",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Automatically create a tag whenever the version changes in package.json",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/butlerlogic/action-autotag.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup"
|
|
],
|
|
"type": "module",
|
|
"author": "ButlerLogic",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.0.0"
|
|
}
|
|
}
|