Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
524 B

{
"name": "budibase",
"version": "0.0.3",
"description": "Budibase CLI",
"main": "src/cli.js",
"bin": {
"budibase": "bin/budi"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "test"
},
"keywords": [
"budibase"
],
"author": "Budibase",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@budibase/datastores": "^0.0.3",
"@budibase/server": "^0.0.3",
"chalk": "^2.4.2",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.0",
"yargs": "^14.2.0"
}
}