autotag/src/package.json

23 lines
475 B
JSON
Raw Normal View History

2019-09-02 15:40:00 -05:00
{
2019-09-02 16:11:57 -05:00
"name": "autotag-action",
"version": "1.1.3",
2019-09-02 15:40:00 -05:00
"private": true,
2019-09-02 16:11:57 -05:00
"description": "Automatically create a tag whenever the version changes in package.json",
2019-09-02 15:40:00 -05:00
"main": "lib/main.js",
2020-04-01 12:32:38 -05:00
"scripts": {
"start": "node ./main.js"
},
2019-09-02 15:40:00 -05:00
"repository": {
"type": "git",
2019-09-02 16:11:57 -05:00
"url": "git+https://github.com/butlerlogic/action-autotag.git"
2019-09-02 15:40:00 -05:00
},
"keywords": [
"actions",
"node",
"setup"
],
2019-09-02 16:11:57 -05:00
"author": "ButlerLogic",
2019-09-02 15:40:00 -05:00
"license": "MIT",
"type": "module"
2019-09-02 15:40:00 -05:00
}