1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00
budibase/packages/cli/package.json
Martin McKeaveney bbcb282e53
Cypress Tests Running in CI (#524)
* cypress test setup

* running cypress in CI

* fixing tests after first time setup wizard

* bb api key

* API Key in right place

* adding env in cypress.json

* env var in setup

* lint

* API key not working

* fill in API key form if present

* allow more time for creation

* cypress server for debug

* video recording, better debugging

* Adding debug logs

* set node env

* cypress env

* cancel irrelevant test
2020-08-05 15:18:28 +01:00

34 lines
761 B
JSON

{
"name": "budibase",
"version": "0.1.13",
"description": "Budibase CLI",
"repository": "https://github.com/Budibase/Budibase",
"homepage": "https://www.budibase.com",
"main": "src/cli.js",
"bin": {
"budi": "bin/budi"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"budibase"
],
"author": "Budibase",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@budibase/server": "^0.1.13",
"@inquirer/password": "^0.0.6-alpha.0",
"chalk": "^2.4.2",
"dotenv": "^8.2.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"inquirer": "^7.0.0",
"lodash": "^4.17.15",
"squirrelly": "7",
"uuid": "^7.0.3",
"yargs": "^14.2.0"
},
"gitHead": "284cceb9b703c38566c6e6363c022f79a08d5691"
}