|
1 | 1 | { |
2 | | - "name": "@element-hq/element-web-playwright-common-local", |
| 2 | + "name": "@element-hq/element-web-playwright-common", |
3 | 3 | "type": "module", |
4 | 4 | "version": "3.0.0", |
5 | 5 | "license": "SEE LICENSE IN README.md", |
|
12 | 12 | "engines": { |
13 | 13 | "node": ">=20.0.0" |
14 | 14 | }, |
| 15 | + "main": "lib/index.js", |
| 16 | + "types": "lib/index.d.ts", |
15 | 17 | "bin": { |
16 | | - "playwright-screenshots-experimental": "playwright-screenshots.sh" |
| 18 | + "playwright-screenshots": "playwright-screenshots.sh" |
| 19 | + }, |
| 20 | + "scripts": { |
| 21 | + "prepack": "nx build:playwright", |
| 22 | + "lint:types": "tsc --noEmit" |
17 | 23 | }, |
18 | 24 | "devDependencies": { |
| 25 | + "@element-hq/element-web-module-api": "*", |
| 26 | + "@types/lodash-es": "^4.17.12", |
| 27 | + "typescript": "^5.8.2", |
19 | 28 | "wait-on": "^9.0.4" |
| 29 | + }, |
| 30 | + "dependencies": { |
| 31 | + "@axe-core/playwright": "^4.10.1", |
| 32 | + "@testcontainers/postgresql": "^11.0.0", |
| 33 | + "glob": "^13.0.5", |
| 34 | + "lodash-es": "^4.17.23", |
| 35 | + "mailpit-api": "^1.2.0", |
| 36 | + "strip-ansi": "^7.1.0", |
| 37 | + "testcontainers": "^11.0.0", |
| 38 | + "yaml": "^2.7.0" |
| 39 | + }, |
| 40 | + "peerDependencies": { |
| 41 | + "@element-hq/element-web-module-api": "*", |
| 42 | + "@playwright/test": "catalog:", |
| 43 | + "playwright-core": "catalog:" |
20 | 44 | } |
21 | 45 | } |
0 commit comments