mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-06 22:49:38 +00:00
16 lines
388 B
JSON
16 lines
388 B
JSON
{
|
|
"name": "hello-world-action",
|
|
"version": "1.0.0",
|
|
"description": "My first JavaScript action",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/core": "file:toolkit/actions-core-0.0.0.tgz",
|
|
"@actions/github": "file:toolkit/actions-github-0.0.0.tgz"
|
|
}
|
|
}
|