add package.json to use @actions/core

This commit is contained in:
James Brumond 2023-08-18 20:17:05 -07:00
parent 8d4c98a481
commit 5def737113
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

6
package.json Normal file
View File

@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@actions/core": "^1.10.0"
}
}