tachybase_todo/packages/core/create-tachybase-app/package.json

17 lines
323 B
JSON
Executable File

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