{ "name": "@budibase/cli", "version": "0.9.1", "description": "Budibase CLI, for developers, self hosting and migrations.", "main": "src/index.js", "bin": { "budi": "src/index.js" }, "author": "Budibase", "license": "AGPL-3.0-or-later", "scripts": { "build": "pkg . --out-path build" }, "dependencies": { "axios": "^0.21.1", "chalk": "^4.1.0", "commander": "^7.1.0", "docker-compose": "^0.23.6", "inquirer": "^8.0.0", "lookpath": "^1.1.0", "pkg": "^4.4.9", "posthog-node": "^1.0.7", "randomstring": "^1.1.5" }, "devDependencies": { "eslint": "^7.20.0" } }