2025-03-12 10:15:24 +00:00
|
|
|
{
|
|
|
|
|
"name": "@element-hq/element-web-playwright-common",
|
|
|
|
|
"type": "module",
|
2025-03-13 11:40:42 +00:00
|
|
|
"version": "1.1.3",
|
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:40:42 +00:00
|
|
|
"url": "https://github.com/element-hq/element-web-modules",
|
2025-03-13 11:32:18 +00:00
|
|
|
"directory": "packages/element-web-playwright-common"
|
|
|
|
|
},
|
2025-03-12 10:15:24 +00:00
|
|
|
"main": "lib/index.js",
|
|
|
|
|
"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",
|
|
|
|
|
"test": "echo No tests for @element-hq/element-web-playwright-common"
|
|
|
|
|
},
|
2025-03-12 10:15:24 +00:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/lodash-es": "^4.17.12",
|
|
|
|
|
"typescript": "^5.8.2"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@axe-core/playwright": "^4.10.1",
|
|
|
|
|
"@testcontainers/postgresql": "^10.18.0",
|
|
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
|
"mailpit-api": "^1.2.0",
|
|
|
|
|
"strip-ansi": "^7.1.0",
|
|
|
|
|
"testcontainers": "^10.18.0",
|
|
|
|
|
"yaml": "^2.7.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2025-03-12 10:33:29 +00:00
|
|
|
"@element-hq/element-web-module-api": "*",
|
2025-03-12 10:15:24 +00:00
|
|
|
"@playwright/test": "^1.51.0",
|
|
|
|
|
"playwright-core": "^1.51.0"
|
|
|
|
|
}
|
|
|
|
|
}
|