-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 857 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 857 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
28
{
"name": "crosswordchat",
"version": "0.13.11",
"private": true,
"description": "Chrome extension for solving the NYT crossword conversationally (voice in, voice out).",
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"trace": "node tools/trace.mjs",
"verify": "npm run test && npm run trace",
"build": "node dev/build/build.mjs",
"build:dev": "node dev/build/build.mjs --dev",
"fixture": "node tools/serve-fixture.mjs",
"refresh:ui": "node dev/requirements/ui/refresh-snapshots.mjs",
"test:ui": "vitest run dev/requirements/ui"
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2",
"esbuild": "^0.25.0",
"jsdom": "^26.0.0",
"pixelmatch": "^7.2.0",
"playwright-core": "^1.61.1",
"pngjs": "^7.0.0",
"satori": "^0.26.0",
"vitest": "^3.0.0"
}
}