initial commit
This commit is contained in:
commit
f29cef440f
3 changed files with 128 additions and 0 deletions
10
package.json
Normal file
10
package.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "create-unitypackage-action",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"tar-stream": "^3.1.7",
|
||||
"yaml": "^2.3.4"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue