test-devops/package.json

20 lines
480 B
JSON
Raw Normal View History

2025-02-15 15:59:26 +08:00
{
"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"
}
}