mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-05 05:59:40 +00:00
25 lines
717 B
JSON
25 lines
717 B
JSON
{
|
|
"name": "hello-world-javascript-action",
|
|
"version": "1.0.0",
|
|
"description": "This action prints \"Hello World\" or \"Hello\" + the name of a person to greet to the log.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/hello-world-javascript-action.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/actions/hello-world-javascript-action/issues"
|
|
},
|
|
"homepage": "https://github.com/actions/hello-world-javascript-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.6.0",
|
|
"@actions/github": "^5.0.1"
|
|
}
|
|
}
|