initial commit

This commit is contained in:
Lillith Rose (Device: Lucia) 2025-06-28 14:44:05 -04:00
commit f29cef440f
3 changed files with 128 additions and 0 deletions

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "create-unitypackage-action",
"type": "module",
"main": "index.js",
"dependencies": {
"tar-stream": "^3.1.7",
"yaml": "^2.3.4"
}
}