2025-03-12 10:15:24 +00:00
|
|
|
{
|
|
|
|
|
"name": "@element-hq/element-web-playwright-common",
|
|
|
|
|
"type": "module",
|
2026-03-30 19:56:58 +05:30
|
|
|
"version": "2.3.0",
|
2025-03-12 10:15:24 +00:00
|
|
|
"license": "SEE LICENSE IN README.md",
|
2025-03-13 11:32:18 +00:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2025-03-13 11:59:17 +00:00
|
|
|
"url": "git+https://github.com/element-hq/element-modules.git",
|
2025-03-13 11:32:18 +00:00
|
|
|
"directory": "packages/element-web-playwright-common"
|
|
|
|
|
},
|
2025-03-13 11:53:26 +00:00
|
|
|
"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",
|
2025-03-12 10:15:24 +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": {
|
|
|
|
|
"prepare": "tsc",
|
2025-05-08 12:23:13 +01:00
|
|
|
"lint:types": "tsc --noEmit",
|
|
|
|
|
"lint:codestyle": "echo 'handled by lint:eslint'",
|
2025-03-12 10:39:48 +00:00
|
|
|
"test": "echo No tests for @element-hq/element-web-playwright-common"
|
|
|
|
|
},
|
2025-03-12 10:15:24 +00:00
|
|
|
"devDependencies": {
|
2025-07-31 10:15:14 +01:00
|
|
|
"@element-hq/element-web-module-api": "*",
|
2025-03-12 10:15:24 +00:00
|
|
|
"@types/lodash-es": "^4.17.12",
|
|
|
|
|
"typescript": "^5.8.2"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@axe-core/playwright": "^4.10.1",
|
2025-05-28 16:41:43 +01:00
|
|
|
"@testcontainers/postgresql": "^11.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",
|
2025-03-12 10:15:24 +00:00
|
|
|
"mailpit-api": "^1.2.0",
|
|
|
|
|
"strip-ansi": "^7.1.0",
|
2025-05-28 16:41:43 +01:00
|
|
|
"testcontainers": "^11.0.0",
|
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": "*",
|
2025-04-30 13:26:49 +01:00
|
|
|
"@playwright/test": "^1.52.0",
|
|
|
|
|
"playwright-core": "^1.52.0"
|
2025-03-12 10:15:24 +00:00
|
|
|
}
|
|
|
|
|
}
|