ADD file via upload
This commit is contained in:
parent
0b4d3e350c
commit
95c96546e8
|
@ -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"
|
||||||
|
}
|
Loading…
Reference in New Issue