-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 924 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 924 Bytes
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
33
34
35
{
"name": "openbanking-br-certification-automation",
"version": "1.0.4",
"bin": {
"obbtest": "cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/adrielcodeco/openbanking-br-certification-automation.git"
},
"author": "Codeco <adrielcodeco@hotmail.com>",
"license": "MIT",
"scripts": {
"lint": "echo \"there is no lint\"",
"spellcheck": "echo \"there is no spellcheck\"",
"test": "echo \"there is no test\"",
"build:obbtest:img": "docker build -t obbtest:latest ."
},
"dependencies": {
"@codeceptjs/helper": "^2.0.1",
"chai": "^4.3.6",
"codeceptjs": "^3.3.5",
"codeceptjs-chai": "^2.3.3",
"command-exists": "^1.2.9",
"debug": "^4.3.4",
"ms": "^2.1.3",
"nconf": "^0.12.0",
"open": "^8.4.0",
"prompts": "^2.4.2",
"puppeteer": "^18.0.5",
"retus": "^1.1.2",
"wait-port": "^1.0.4",
"yargs": "^17.6.0"
}
}