tachybase_todo/packages/core/create-tachybase-app/package.json
bai.zixv b8659d3261 chore(version): release v0.21.40 (#1084)
Reviewed-on: daoyoucloud/tachybase#1084
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-05-30 21:05:59 +08:00

17 lines
323 B
JSON
Executable File

{
"name": "create-tachybase-app",
"version": "0.21.40",
"license": "Apache-2.0",
"main": "src/index.js",
"bin": {
"create-tachybase-app": "./bin/index.js"
},
"dependencies": {
"@umijs/utils": "3.5.20",
"axios": "^1.6.2",
"chalk": "^4.1.1",
"commander": "^9.2.0",
"tar": "6.1.11"
}
}