{ "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.1.0", "@actions/github": "^1.1.0" } }