2020-04-02 00:46:31 +07:00
|
|
|
{
|
|
|
|
"name": "action-autotag-test",
|
2020-04-05 06:28:01 +07:00
|
|
|
"version": "1.1.1",
|
2020-04-02 00:46:31 +07:00
|
|
|
"description": "This is a test file for the action.",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/ButlerLogic/action-autotag.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/ButlerLogic/action-autotag/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/ButlerLogic/action-autotag#readme"
|
|
|
|
}
|