23 lines
423 B
JSON
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"
|
|
}
|