-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.27 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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@element-hq/element-web-playwright-common",
"type": "module",
"version": "4.0.0",
"license": "SEE LICENSE IN README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/element-hq/element-web.git",
"directory": "packages/playwright-common"
},
"author": "element-hq",
"engines": {
"node": ">=20.0.0"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"playwright-screenshots": "playwright-screenshots.sh"
},
"scripts": {
"prepack": "nx build:playwright",
"lint:types": "nx lint:types"
},
"devDependencies": {
"@element-hq/element-web-module-api": "workspace:*",
"@types/lodash-es": "^4.17.12",
"typescript": "^6.0.0"
},
"dependencies": {
"@axe-core/playwright": "^4.10.1",
"@testcontainers/postgresql": "^11.0.0",
"glob": "^13.0.5",
"lodash-es": "^4.17.23",
"mailpit-api": "^1.2.0",
"strip-ansi": "^7.1.0",
"testcontainers": "^11.0.0",
"wait-on": "^9.0.4",
"yaml": "^2.7.0"
},
"peerDependencies": {
"@element-hq/element-web-module-api": "*",
"@playwright/test": "catalog:",
"playwright-core": "catalog:"
}
}