2026-06-08 11:19:13 +01:00
|
|
|
{
|
|
|
|
|
"name": "element-web-modules",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-06-11 11:37:47 +01:00
|
|
|
"lint:types": "nx lint:types --",
|
2026-06-09 15:46:41 +01:00
|
|
|
"test:playwright": "nx test:playwright --",
|
|
|
|
|
"test:playwright:open": "nx test:playwright -- --ui",
|
|
|
|
|
"test:playwright:screenshots": "nx test:playwright:screenshots --"
|
2026-06-08 11:19:13 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-07-10 10:47:41 +01:00
|
|
|
"@element-hq/element-web-playwright-common": "workspace:*"
|
2026-06-08 11:19:13 +01:00
|
|
|
},
|
|
|
|
|
"private": true
|
|
|
|
|
}
|