mascarpone/e2e/package.json

18 lines
501 B
JSON
Raw Permalink Normal View History

2025-11-27 13:45:21 -06:00
{
"name": "mascarpone/e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "playwright test --project=firefox && playwright test"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2026-01-23 21:20:27 -06:00
"@playwright/test": "=1.57.0",
2025-11-27 13:45:21 -06:00
"@types/node": "^24.9.1"
2025-12-01 22:39:18 -06:00
},
2026-01-23 21:20:27 -06:00
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316"
2025-11-27 13:45:21 -06:00
}