tachybase_todo/packages/core/create-tachybase-app/package.json
sealday 3a6c098899 chore(version): release v0.21.90 (#1525)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1525
2024-09-11 11:55:22 +08:00

17 lines
323 B
JSON
Executable File

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