1
0
Fork 0
mirror of synced 2024-06-14 00:14:39 +12:00
budibase/packages/cli/package.json

13 lines
279 B
JSON
Raw Normal View History

2021-02-25 06:32:45 +13:00
{
"name": "cli",
"version": "0.7.8",
"description": "Budibase CLI, for developers, self hosting and migrations.",
"main": "src/index.js",
"author": "Budibase",
"license": "AGPL-3.0-or-later",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^7.1.0"
}
}