37 lines
759 B
JSON
37 lines
759 B
JSON
{
|
|
"name": "@budibase/cli",
|
|
"version": "1.0.66-alpha.0",
|
|
"description": "Budibase CLI, for developers, self hosting and migrations.",
|
|
"main": "src/index.js",
|
|
"bin": {
|
|
"budi": "src/index.js"
|
|
},
|
|
"author": "Budibase",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"build": "pkg . --out-path build"
|
|
},
|
|
"pkg": {
|
|
"targets": [
|
|
"node14-linux",
|
|
"node14-win",
|
|
"node14-macos"
|
|
],
|
|
"outputPath": "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": "^5.3.0",
|
|
"posthog-node": "1.0.7",
|
|
"randomstring": "^1.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.20.0"
|
|
}
|
|
}
|