Files
ThreadNet-Web/packages/element-web-playwright-common/package.json
T

34 lines
1006 B
JSON
Raw Normal View History

2025-03-12 10:15:24 +00:00
{
"name": "@element-hq/element-web-playwright-common",
"type": "module",
2025-03-13 11:24:52 +00:00
"version": "1.1.1",
2025-03-12 10:15:24 +00:00
"license": "SEE LICENSE IN README.md",
2025-03-13 11:24:52 +00:00
"repository": "https://github.com/element-hq/element-web-modules",
2025-03-12 10:15:24 +00:00
"main": "lib/index.js",
"bin": {
"playwright-screenshots": "./playwright-screenshots.sh"
},
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"
}
}