diff --git a/package.json b/package.json new file mode 100644 index 0000000..21675db --- /dev/null +++ b/package.json @@ -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" +}