Files
ThreadNet-Web/modules/package.json
T

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

16 lines
459 B
JSON
Raw Normal View History

2026-06-08 11:19:13 +01:00
{
"name": "element-web-modules",
"version": "0.0.0",
"type": "module",
"scripts": {
"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
}