tachybase_todo/packages/core/create-tachybase-app/package.json
sealday 3fa2425262 chore(version): release v0.22.2 (#1554)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1554
2024-09-20 05:49:12 +08:00

17 lines
322 B
JSON
Executable File

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