mirror of
https://github.com/Lydanne/spaceflow.git
synced 2026-03-11 19:52:45 +08:00
chore: 初始化仓库
This commit is contained in:
6
templates/command/package.json.hbs
Normal file
6
templates/command/package.json.hbs
Normal file
@@ -0,0 +1,6 @@
|
||||
{ "name": "@spaceflow/{{kebabName}}", "version": "1.0.0", "description": "Spaceflow
|
||||
{{name}}
|
||||
命令插件", "main": "./dist/index.js", "type": "module", "spaceflow": { "commands": [ "." ] },
|
||||
"scripts": { "build": "spaceflow build", "dev": "spaceflow dev" }, "peerDependencies": {
|
||||
"spaceflow": "workspace:*", "@nestjs/common": "catalog:", "@nestjs/config": "catalog:",
|
||||
"nest-commander": "catalog:" }, "devDependencies": { "@types/node": "catalog:" } }
|
||||
Reference in New Issue
Block a user