mascarpone/e2e/package.json

18 lines
474 B
JSON
Raw Normal View History

2025-11-27 13:45:21 -06:00
{
"name": "mascarpone/e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2026-02-01 21:56:20 -06:00
"test": "echo use Taskfile instead"
2025-11-27 13:45:21 -06:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2026-06-22 15:28:21 -05:00
"@playwright/test": "=1.60.0",
"@types/node": "^24.10.1"
2025-12-01 22:39:18 -06:00
},
2026-06-22 15:28:21 -05:00
"packageManager": "pnpm@11.7.0+sha512.19cc852c120c7125760f2443ee6be0ca5b40f9f50598de1a09a1f177503e010e57c23c77646e01e761de59bf874fb22a3398c33ab9691fc13eb946b6f0f4d620"
2025-11-27 13:45:21 -06:00
}