Files
hello-world-javascript-action/package.json

16 lines
388 B
JSON
Raw Normal View History

2019-08-03 14:44:52 -07: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-06 20:54:32 -07:00
"license": "ISC",
"dependencies": {
2019-08-06 21:06:38 -07:00
"@actions/core": "file:toolkit/actions-core-0.0.0.tgz",
"@actions/github": "file:toolkit/actions-github-0.0.0.tgz"
2019-08-06 20:54:32 -07:00
}
2019-08-03 14:44:52 -07:00
}