1
0
Fork 0
mirror of synced 2024-05-16 18:33:53 +12:00
budibase/packages/cli/package.json
2021-11-17 14:21:16 +00:00

35 lines
704 B
JSON

{
"name": "@budibase/cli",
"version": "0.9.187",
"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"
],
"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"
}
}