ADD file via upload

This commit is contained in:
floraachy 2025-03-20 08:38:36 +08:00
parent 0b4d3e350c
commit 95c96546e8
1 changed files with 24 additions and 0 deletions

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "log_match_action",
"version": "1.0.0",
"description": "通过在终端中运行此命令来安装 vercel/ncc。",
"main": "src/index.js",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"before-after-hook": "^2.2.3",
"deprecation": "^2.3.1",
"once": "^1.4.0",
"tunnel": "^0.0.6",
"undici": "^5.28.4",
"universal-user-agent": "^6.0.1",
"wrappy": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}