turn.js/package.json
2026-06-08 18:16:16 +02:00

19 lines
430 B
JSON

{
"name": "turn.js",
"version": "3.0.0-local",
"private": true,
"type": "module",
"scripts": {
"test": "npm run test:unit && npm run test:visual",
"test:unit": "vitest run",
"test:visual": "playwright test",
"test:visual:update": "playwright test --update-snapshots"
},
"devDependencies": {
"@playwright/test": "1.60.0",
"jquery": "4.0.0",
"jsdom": "27.2.0",
"vitest": "^4.1.8"
}
}