hello-world-javascript-action/package.json

25 lines
717 B
JSON
Raw Normal View History

2019-08-03 21:44:52 +00:00
{
2019-09-06 22:17:38 +00:00
"name": "hello-world-javascript-action",
2019-08-03 21:44:52 +00:00
"version": "1.0.0",
2019-09-06 22:17:38 +00:00
"description": "This action prints \"Hello World\" or \"Hello\" + the name of a person to greet to the log.",
2019-08-03 21:44:52 +00:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2019-09-06 22:17:38 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/actions/hello-world-javascript-action.git"
},
"keywords": [],
2019-08-03 21:44:52 +00:00
"author": "",
2019-08-07 03:54:32 +00:00
"license": "ISC",
2019-09-06 22:17:38 +00:00
"bugs": {
"url": "https://github.com/actions/hello-world-javascript-action/issues"
},
"homepage": "https://github.com/actions/hello-world-javascript-action#readme",
2019-08-07 03:54:32 +00:00
"dependencies": {
2019-09-06 22:17:38 +00:00
"@actions/core": "^1.1.0",
"@actions/github": "^1.1.0"
2019-08-07 03:54:32 +00:00
}
2019-08-03 21:44:52 +00:00
}