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

35 lines
714 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-11-16 06:04:12 +13:00
"version": "0.9.187",
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": {
2021-05-26 02:40:12 +12:00
"targets": [
"node14"
],
2021-05-26 01:12:25 +12:00
"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": "^5.3.0",
2021-06-09 07:20:19 +12:00
"posthog-node": "1.0.7",
"randomstring": "^1.1.5"
},
"devDependencies": {
"eslint": "^7.20.0"
2021-02-25 06:32:45 +13:00
}
}