2021-02-24 18:32:45 +01:00
|
|
|
{
|
2021-05-21 11:04:45 +02:00
|
|
|
"name": "@budibase/cli",
|
2022-12-20 12:08:52 +01:00
|
|
|
"version": "2.2.10-alpha.3",
|
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",
|
2021-02-26 16:09:25 +01:00
|
|
|
"scripts": {
|
2022-07-02 00:04:34 +02:00
|
|
|
"prebuild": "rm -rf prebuilds 2> /dev/null && cp -r node_modules/leveldown/prebuilds prebuilds",
|
|
|
|
"build": "yarn prebuild && renamer --find .node --replace .fake 'prebuilds/**' && pkg . --out-path build && yarn postbuild",
|
|
|
|
"postbuild": "rm -rf prebuilds 2> /dev/null"
|
2021-02-26 16:09:25 +01:00
|
|
|
},
|
2021-05-25 15:12:25 +02:00
|
|
|
"pkg": {
|
2021-05-25 16:40:12 +02:00
|
|
|
"targets": [
|
2022-07-02 00:04:34 +02:00
|
|
|
"node16-linux",
|
|
|
|
"node16-win",
|
|
|
|
"node16-macos"
|
|
|
|
],
|
|
|
|
"assets": [
|
|
|
|
"node_modules/@budibase/backend-core/dist/**/*",
|
|
|
|
"prebuilds/**/*"
|
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": {
|
2022-12-20 12:08:52 +01:00
|
|
|
"@budibase/backend-core": "2.2.10-alpha.3",
|
|
|
|
"@budibase/string-templates": "2.2.10-alpha.3",
|
|
|
|
"@budibase/types": "2.2.10-alpha.3",
|
2022-07-19 15:28:42 +02:00
|
|
|
"axios": "0.21.2",
|
2022-07-18 18:56:04 +02:00
|
|
|
"chalk": "4.1.0",
|
|
|
|
"cli-progress": "3.11.2",
|
|
|
|
"commander": "7.1.0",
|
|
|
|
"docker-compose": "0.23.6",
|
|
|
|
"dotenv": "16.0.1",
|
2022-09-12 15:05:36 +02:00
|
|
|
"download": "8.0.0",
|
2022-09-30 13:22:29 +02:00
|
|
|
"find-free-port": "^2.0.0",
|
2022-07-18 18:56:04 +02:00
|
|
|
"inquirer": "8.0.0",
|
2022-09-12 15:05:36 +02:00
|
|
|
"joi": "17.6.0",
|
2022-07-18 18:56:04 +02:00
|
|
|
"lookpath": "1.1.0",
|
2022-07-02 00:04:34 +02:00
|
|
|
"node-fetch": "2",
|
2022-11-15 16:06:30 +01:00
|
|
|
"pkg": "5.8.0",
|
2021-06-08 21:20:19 +02:00
|
|
|
"posthog-node": "1.0.7",
|
2022-07-18 18:56:04 +02:00
|
|
|
"pouchdb": "7.3.0",
|
|
|
|
"pouchdb-replication-stream": "1.2.9",
|
|
|
|
"randomstring": "1.1.5",
|
2022-09-27 20:39:17 +02:00
|
|
|
"tar": "6.1.11",
|
2022-09-30 13:22:29 +02:00
|
|
|
"yaml": "^2.1.1"
|
2021-02-26 12:46:48 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-02 00:04:34 +02:00
|
|
|
"copyfiles": "^2.4.1",
|
|
|
|
"eslint": "^7.20.0",
|
|
|
|
"renamer": "^4.0.0"
|
2021-02-24 18:32:45 +01:00
|
|
|
}
|
2022-12-19 22:08:30 +01:00
|
|
|
}
|