Files
element-web/packages/element-web-playwright-common/package.json
T
Michael Telatynski a6f851bbdf Iterate
2025-06-20 10:14:18 +01:00

55 lines
1.6 KiB
JSON

{
"name": "@element-hq/element-web-playwright-common",
"type": "module",
"version": "1.3.0",
"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"
},
"exports": {
".": {
"import": "./lib/index.js",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./stale-screenshot-reporter": {
"import": "./lib/stale-screenshot-reporter.js",
"require": "./lib/stale-screenshot-reporter.js",
"types": "./lib/stale-screenshot-reporter.d.ts"
}
},
"bin": {
"playwright-screenshots": "playwright-screenshots.sh"
},
"scripts": {
"prepare": "tsc",
"lint:types": "tsc --noEmit",
"lint:codestyle": "echo 'handled by lint:eslint'",
"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": "^11.0.0",
"lodash-es": "^4.17.21",
"mailpit-api": "^1.2.0",
"strip-ansi": "^7.1.0",
"testcontainers": "^11.0.0",
"yaml": "^2.7.0"
},
"peerDependencies": {
"@element-hq/element-web-module-api": "*",
"@playwright/test": "^1.52.0",
"playwright-core": "^1.52.0"
}
}