-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 745 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "fsi-agentgov-spa-tests",
"version": "1.4.0",
"private": true,
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:smoke": "playwright test --grep @smoke --workers=1",
"test:e2e:headed": "playwright test --headed",
"test:e2e:snapshots": "playwright test --update-snapshots",
"verify:sri": "node scripts/verify-sheetjs-sri.mjs"
},
"devDependencies": {
"@axe-core/playwright": "4.11.3",
"@playwright/test": "1.59.1",
"@vitest/ui": "4.1.5",
"ajv": "^8.20.0",
"get-port": "7.2.0",
"jsdom": "29.1.1",
"markdown-it": "^14.1.1",
"pdf-parse": "2.4.5",
"vitest": "4.1.5",
"xlsx": "^0.18.5"
}
}