mirror of
https://github.com/Lydanne/spaceflow.git
synced 2026-03-11 19:52:45 +08:00
chore: 初始化仓库
This commit is contained in:
30
commands/publish/package.json
Normal file
30
commands/publish/package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "@spaceflow/publish",
|
||||
"version": "0.21.0",
|
||||
"description": "Spaceflow CI 发布插件,用于在发布流程中锁定/解锁分支",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"scripts": {
|
||||
"build": "spaceflow build",
|
||||
"dev": "spaceflow dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"@release-it/conventional-changelog": "^10.0.4",
|
||||
"release-it": "^19.2.2",
|
||||
"release-it-gitea": "^1.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@spaceflow/cli": "workspace:*",
|
||||
"@types/node": "catalog:"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nestjs/common": "catalog:",
|
||||
"@nestjs/config": "catalog:",
|
||||
"@spaceflow/core": "workspace:*",
|
||||
"nest-commander": "catalog:"
|
||||
},
|
||||
"spaceflow": {
|
||||
"type": "flow",
|
||||
"entry": "."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user