1
0
Fork 0
mirror of synced 2024-06-01 10:09:48 +12:00
budibase/packages/cli/package.json

41 lines
888 B
JSON
Raw Normal View History

2021-02-25 06:32:45 +13:00
{
2021-05-21 21:04:45 +12:00
"name": "@budibase/cli",
2022-07-01 01:56:24 +12:00
"version": "1.0.212-alpha.7",
2021-02-25 06:32:45 +13:00
"description": "Budibase CLI, for developers, self hosting and migrations.",
"main": "src/index.js",
2021-03-19 23:50:25 +13:00
"bin": {
"budi": "src/index.js"
},
2021-02-25 06:32:45 +13:00
"author": "Budibase",
2021-11-18 03:21:16 +13:00
"license": "GPL-3.0",
"scripts": {
"build": "pkg . --out-path build"
},
2021-05-26 01:12:25 +12:00
"pkg": {
2021-05-26 02:40:12 +12:00
"targets": [
"node14-linux",
"node14-win",
"node14-macos"
2021-05-26 02:40:12 +12:00
],
2021-05-26 01:12:25 +12:00
"outputPath": "build"
},
2021-02-25 06:32:45 +13:00
"dependencies": {
"@budibase/backend-core": "^1.0.212-alpha.7",
2021-02-27 02:30:24 +13:00
"axios": "^0.21.1",
2021-02-25 06:32:45 +13:00
"chalk": "^4.1.0",
"cli-progress": "^3.11.2",
2021-02-27 02:30:24 +13:00
"commander": "^7.1.0",
"docker-compose": "^0.23.6",
"dotenv": "^16.0.1",
2021-02-27 02:30:24 +13:00
"inquirer": "^8.0.0",
"lookpath": "^1.1.0",
"pkg": "^5.3.0",
2021-06-09 07:20:19 +12:00
"posthog-node": "1.0.7",
"randomstring": "^1.1.5",
"tar": "^6.1.11"
},
"devDependencies": {
"eslint": "^7.20.0"
2021-02-25 06:32:45 +13:00
}
}