-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
56 lines (56 loc) · 1.28 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "codeceptjs-resemblehelper",
"version": "1.9.7",
"description": "Resemble Js helper for CodeceptJS, with Support for Playwright, Webdriver, TestCafe, Puppeteer & Appium",
"repository": {
"type": "git",
"url": "[email protected]:Percona-Lab/codeceptjs-resemblehelper.git"
},
"scripts": {
"build": "tsc",
"lint": "rome ci src",
"format": "rome format src --write",
"lint:fix": "rome check src --apply-unsafe",
"test": "jest --coverage"
},
"dependencies": {
"assert": "^1.5.0",
"aws-sdk": "2.1405.0",
"canvas": "^2.8.0",
"image-size": "1.0.0",
"mkdirp": "^1.0.4",
"mz": "2.7.0",
"path": "^0.12.7",
"resemblejs": "4.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/mocha": "^10.0.1",
"allure-commandline": "^2.13.0",
"codeceptjs": "^3.6.6",
"jest": "^29.5.0",
"mocha": "^10.2.0",
"mochawesome": "^4.1.0",
"rome": "^12.0.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"keywords": [
"codeceptJS",
"codeceptjs",
"resemblejs",
"codeceptjs-resemble"
],
"author": "Puneet Kala <[email protected]>",
"license": "MIT",
"files": [
"dist/*",
"README.md"
],
"release": {
"branches": [
"main",
"master"
]
}
}