hello-world-javascript-action/package.json

16 lines
321 B
JSON
Raw Normal View History

2019-08-03 21:44:52 +00:00
{
"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": "",
2019-08-07 03:54:32 +00:00
"license": "ISC",
"dependencies": {
"@actions/core": "0.x",
"@actions/github: "0.x"
}
2019-08-03 21:44:52 +00:00
}