Files
blap/packages/element-web-playwright-common/package.json
T
Michael Telatynski 98cc18fd5f Bump versions
2025-03-13 11:59:43 +00:00

42 lines
1.2 KiB
JSON

{
"name": "@element-hq/element-web-playwright-common",
"type": "module",
"version": "1.1.5",
"license": "SEE LICENSE IN README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/element-hq/element-modules.git",
"directory": "packages/element-web-playwright-common"
},
"author": "element-hq",
"engines": {
"node": ">=20.0.0"
},
"main": "lib/index.js",
"bin": {
"playwright-screenshots": "playwright-screenshots.sh"
},
"scripts": {
"prepare": "tsc",
"test": "echo No tests for @element-hq/element-web-playwright-common"
},
"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": {
"@element-hq/element-web-module-api": "*",
"@playwright/test": "^1.51.0",
"playwright-core": "^1.51.0"
}
}