mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-02-04 01:44:45 +00:00
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": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0"
|
|
}
|
|
}
|