2026-02-13 10:20:16 +00:00
|
|
|
{
|
2025-03-12 10:15:24 +00:00
|
|
|
"name": "@element-hq/element-web-playwright-common",
|
2026-02-13 10:20:16 +00:00
|
|
|
"type": "module",
|
2026-05-22 15:23:30 +01:00
|
|
|
"version": "6.0.0",
|
2026-02-13 10:20:16 +00:00
|
|
|
"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"
|
|
|
|
|
},
|
2025-06-20 11:33:25 +01:00
|
|
|
"main": "lib/index.js",
|
|
|
|
|
"types": "lib/index.d.ts",
|
2026-02-13 10:20:16 +00:00
|
|
|
"bin": {
|
2025-03-13 11:32:18 +00:00
|
|
|
"playwright-screenshots": "playwright-screenshots.sh"
|
2025-03-12 10:15:24 +00:00
|
|
|
},
|
2025-03-12 10:39:48 +00:00
|
|
|
"scripts": {
|
2026-04-09 15:17:15 +01:00
|
|
|
"prepack": "nx build:playwright",
|
2026-04-13 09:30:22 +01:00
|
|
|
"lint:types": "nx lint:types"
|
2026-02-13 10:20:16 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-04-13 09:30:22 +01:00
|
|
|
"@element-hq/element-web-module-api": "workspace:*",
|
2025-03-12 10:15:24 +00:00
|
|
|
"@types/lodash-es": "^4.17.12",
|
2026-06-08 10:33:09 +01:00
|
|
|
"typescript": "catalog:"
|
2025-03-12 10:15:24 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@axe-core/playwright": "^4.10.1",
|
2026-05-29 09:24:43 +00:00
|
|
|
"@testcontainers/postgresql": "^12.0.0",
|
2026-02-28 16:42:02 +00:00
|
|
|
"glob": "^13.0.5",
|
2026-01-22 02:02:39 +00:00
|
|
|
"lodash-es": "^4.17.23",
|
2026-04-28 14:14:05 +01:00
|
|
|
"mailpit-api": "^2.0.0",
|
2025-03-12 10:15:24 +00:00
|
|
|
"strip-ansi": "^7.1.0",
|
2026-05-29 09:24:43 +00:00
|
|
|
"testcontainers": "^12.0.0",
|
2026-04-23 08:51:39 +01:00
|
|
|
"wait-on": "^9.0.4",
|
2025-03-12 10:15:24 +00:00
|
|
|
"yaml": "^2.7.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2025-03-12 10:33:29 +00:00
|
|
|
"@element-hq/element-web-module-api": "*",
|
2026-04-09 15:17:15 +01:00
|
|
|
"@playwright/test": "catalog:",
|
|
|
|
|
"playwright-core": "catalog:"
|
2026-02-13 10:20:16 +00:00
|
|
|
}
|
|
|
|
|
}
|