autotag/package.json

26 lines
532 B
JSON
Raw Normal View History

2019-09-03 03:40:00 +07:00
{
2019-09-03 04:11:57 +07:00
"name": "autotag-action",
2019-09-04 03:08:46 +07:00
"version": "1.0.2",
2019-09-03 03:40:00 +07:00
"private": true,
2019-09-03 04:11:57 +07:00
"description": "Automatically create a tag whenever the version changes in package.json",
2019-09-03 03:40:00 +07:00
"main": "lib/main.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
2019-09-03 04:11:57 +07:00
"url": "git+https://github.com/butlerlogic/action-autotag.git"
2019-09-03 03:40:00 +07:00
},
"keywords": [
"actions",
"node",
"setup"
],
2019-09-03 04:11:57 +07:00
"author": "ButlerLogic",
2019-09-03 03:40:00 +07:00
"license": "MIT",
"dependencies": {
2020-01-28 05:49:28 +07:00
"@actions/core": "^1.2.2",
"@actions/github": "^2.1.0"
2019-09-03 03:40:00 +07:00
}
}