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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

46 lines
1.3 KiB
JSON
Raw Normal View History

{
2025-03-12 10:15:24 +00:00
"name": "@element-hq/element-web-playwright-common",
"type": "module",
"version": "4.0.0",
"license": "SEE LICENSE IN README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/element-hq/element-web.git",
"directory": "packages/playwright-common"
},
"author": "element-hq",
"engines": {
"node": ">=20.0.0"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"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": {
"prepack": "nx build:playwright",
"lint:types": "nx lint:types"
},
"devDependencies": {
"@element-hq/element-web-module-api": "workspace:*",
2025-03-12 10:15:24 +00:00
"@types/lodash-es": "^4.17.12",
"typescript": "^5.8.2",
"wait-on": "^9.0.4"
2025-03-12 10:15:24 +00:00
},
"dependencies": {
"@axe-core/playwright": "^4.10.1",
2025-05-28 16:41:43 +01:00
"@testcontainers/postgresql": "^11.0.0",
"glob": "^13.0.5",
"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": "*",
"@playwright/test": "catalog:",
"playwright-core": "catalog:"
}
}