Initial commit

This commit is contained in:
2026-07-17 03:23:48 +00:00
commit 6a0573b7c0
5 changed files with 352 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "node-template",
"version": "1.0.0",
"description": "Gitea Node (JavaScript) action 範本",
"main": "src/index.js",
"scripts": {
"build": "ncc build src/index.js -o dist"
},
"author": "Jeffery",
"license": "MIT"
}