1
0
Fork 0
mirror of synced 2024-05-17 19:04:06 +12:00
budibase/packages/cli/package.json
Budibase Staging Release Bot 866f4187e0 v0.9.120-alpha.1
2021-09-03 14:55:28 +00:00

35 lines
722 B
JSON

{
"name": "@budibase/cli",
"version": "0.9.120-alpha.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"
},
"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"
}
}