-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.2 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"devDependencies": {
"@eslint/js": "^10.0.1",
"cypress": "^13.7.2",
"env-cmd": "^10.1.0",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-cypress": "^6.2.1",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^16.0.0"
},
"dependencies": {
"@digiserve/ab-utils": "github:CruGlobal/ab-utils#1.10.3",
"@slack/bolt": "^3.17.1",
"async": "^3.2.4",
"dotenv": "^16.0.3",
"semver": "^7.7.4",
"shelljs": "^0.10.0"
},
"scripts": {
"update": "./Update.sh",
"cypress:open": "env-cmd cypress open --project ./test/e2e",
"test:boot": "./testUP.sh",
"test:down": "./testDown.sh",
"test:e2e": "env-cmd cypress run --reporter dot --project ./test/e2e",
"test:e2e:ab-runtime": "env-cmd cypress run --config-file cypress.ab_runtime.mjs --reporter dot --project ./test/e2e",
"test:e2e:app": "env-cmd cypress run --config-file cypress.app.mjs --reporter dot --project ./test/e2e",
"test:e2e:ab-designer": "env-cmd cypress run --config-file cypress.plugin.ab_designer.mjs --reporter dot --project ./test/e2e",
"test:reset": "bash testReset.sh"
},
"version": "2.3.181"
}