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

33 lines
703 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",
2021-05-25 23:44:36 +12:00
"version": "0.9.4",
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",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "pkg . --out-path build"
},
2021-05-26 01:12:25 +12:00
"pkg": {
"targets": [ "node14" ],
"outputPath": "build"
},
2021-02-25 06:32:45 +13:00
"dependencies": {
2021-02-27 02:30:24 +13:00
"axios": "^0.21.1",
2021-02-25 06:32:45 +13:00
"chalk": "^4.1.0",
2021-02-27 02:30:24 +13:00
"commander": "^7.1.0",
"docker-compose": "^0.23.6",
2021-02-27 02:30:24 +13:00
"inquirer": "^8.0.0",
"lookpath": "^1.1.0",
"pkg": "^4.4.9",
2021-03-30 05:40:17 +13:00
"posthog-node": "^1.0.7",
"randomstring": "^1.1.5"
},
"devDependencies": {
"eslint": "^7.20.0"
2021-02-25 06:32:45 +13:00
}
}