Files
brick-cli/package.json
T
yangzhaohan c6f4311360 first commit
2026-06-22 15:48:47 +08:00

23 lines
423 B
JSON

{
"name": "brick-cli",
"version": "0.0.0",
"description": "Brick CLI — 源码级 Spring Boot 脚手架工具",
"type": "module",
"main": "dist/index.js",
"bin": {
"brick": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0"
},
"license": "MIT"
}