test-devops/package.json
xiaohei 56f304c8ef
Some checks failed
Docker Build / Build and push docker image (push) Failing after 0s
自定义actions
2025-02-15 15:59:26 +08:00

20 lines
480 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "test-devops",
"version": "1.0.0",
"description": "尝试使用gitea搭建ci/cd流程使用gitea actions 实现",
"type": "module",
"main": "index.js",
"scripts": {
"bundle": "npx rollup --config rollup.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0"
}
}