autotag/package.json

22 lines
678 B
JSON
Raw Normal View History

2020-04-02 00:46:31 +07:00
{
2022-10-13 08:49:37 +07:00
"name": "autotag-action",
"version": "1.1.3",
"private": true,
2023-03-31 10:47:26 +07:00
"description": "Automatically create a tag whenever the version changes",
2023-03-31 11:04:21 +07:00
"main": "src/main.js",
"type": "module",
2020-04-02 00:46:31 +07:00
"scripts": {
2022-10-13 08:49:37 +07:00
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "esbuild --bundle ./src/main.js --platform=node --outdir=dist --external:octokit"
2020-04-02 00:46:31 +07:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/ButlerLogic/action-autotag.git"
},
2022-10-13 08:49:37 +07:00
"author": "Corey Butler",
"license": "MIT",
2020-04-02 00:46:31 +07:00
"bugs": {
"url": "https://github.com/ButlerLogic/action-autotag/issues"
},
"homepage": "https://github.com/ButlerLogic/action-autotag#readme"
2023-03-31 09:07:57 +07:00
}