mirror of
https://github.com/Lydanne/spaceflow.git
synced 2026-03-11 19:52:45 +08:00
chore: 初始化仓库
This commit is contained in:
19
actions/package.json
Normal file
19
actions/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "spaceflow-actions",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"description": "Spaceflow Actions - GitHub/Gitea Actions for CI workflows",
|
||||
"license": "UNLICENSED",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "ncc build src/index.js -o dist --source-map --license licenses.txt"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/cache": "^5.0.1",
|
||||
"@actions/core": "^2.0.1",
|
||||
"@actions/exec": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.38.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user