budibase/packages/cli/package.json

37 lines
760 B
JSON
Raw Normal View History

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