mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-02-05 22:45:46 +00:00
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"name": "test-action",
|
|
"version": "1.0.0",
|
|
"description": "Test action package",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0"
|
|
}
|
|
}
|