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

34 lines
744 B
JSON
Raw Normal View History

2019-10-12 05:14:23 +13:00
{
"name": "budibase",
2020-03-05 21:37:51 +13:00
"version": "0.0.25",
2019-10-12 05:14:23 +13:00
"description": "Budibase CLI",
2019-10-12 20:31:04 +13:00
"repository": "https://github.com/Budibase/Budibase",
2019-10-12 20:30:44 +13:00
"homepage": "https://budibase.com",
2019-10-12 05:14:23 +13:00
"main": "src/cli.js",
"bin": {
2019-10-12 06:58:01 +13:00
"budi": "bin/budi"
2019-10-12 05:14:23 +13:00
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "test"
},
"keywords": [
"budibase"
],
"author": "Budibase",
"license": "AGPL-3.0-or-later",
"dependencies": {
2020-03-05 21:37:51 +13:00
"@budibase/datastores": "^0.0.25",
"@budibase/server": "^0.0.25",
2019-10-12 19:50:32 +13:00
"@inquirer/password": "^0.0.6-alpha.0",
2019-10-12 05:14:23 +13:00
"chalk": "^2.4.2",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.0",
2019-10-12 19:50:32 +13:00
"lodash": "^4.17.15",
2019-10-12 05:14:23 +13:00
"yargs": "^14.2.0"
2019-10-12 06:48:09 +13:00
},
2019-10-12 06:51:03 +13:00
"gitHead": "115189f72a850bfb52b65ec61d932531bf327072"
2019-10-12 05:14:23 +13:00
}