22 lines
543 B
JSON
22 lines
543 B
JSON
{
|
|
"name": "scrying-pool-e2e",
|
|
"version": "1.0.0",
|
|
"description": "E2E tests for Scrying Pool FoundryVTT module",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:ui": "playwright test --ui",
|
|
"test:headed": "playwright test --headed",
|
|
"test:debug": "playwright test --debug",
|
|
"test:foundry": "playwright test --project=foundry-chromium"
|
|
},
|
|
"dependencies": {
|
|
"@playwright/test": "^1.40.0",
|
|
"playwright": "^1.40.0"
|
|
},
|
|
"devDependencies": {},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|