mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-09-11 10:42:22 +02:00
19 lines
676 B
JSON
19 lines
676 B
JSON
{
|
|
"name": "odysseus",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/odysseus-dev/odysseus.git"
|
|
},
|
|
"scripts": {
|
|
"test:photo-editor": "playwright test --config tests/e2e/playwright.config.js",
|
|
"test:photo-editor:install": "playwright install chromium firefox webkit",
|
|
"test:photo-editor:firefox": "PHOTO_EDITOR_E2E_BROWSER=firefox playwright test --config tests/e2e/playwright.config.js",
|
|
"test:photo-editor:webkit": "PHOTO_EDITOR_E2E_BROWSER=webkit playwright test --config tests/e2e/playwright.config.js"
|
|
},
|
|
"devDependencies": {
|
|
"@antithesishq/bombadil": "^0.7.0",
|
|
"@playwright/test": "^1.62.1"
|
|
}
|
|
}
|