tachybase_todo/packages/core/create-tachybase-app/package.json
bai.zixv f6dd7fbccb revert/0711 (#1305)
Reviewed-on: daoyoucloud/tachybase#1305
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-07-11 15:01:38 +08:00

17 lines
323 B
JSON
Executable File

{
"name": "create-tachybase-app",
"version": "0.21.70",
"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"
}
}