mirror of
https://github.com/TronoSfera/Law.git
synced 2026-05-18 10:03:45 +03:00
14 lines
318 B
JSON
14 lines
318 B
JSON
{
|
|
"name": "law-e2e",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Playwright E2E tests for Law project",
|
|
"scripts": {
|
|
"test": "playwright test --config=playwright.config.js"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.58.2",
|
|
"dotenv": "^16.4.5",
|
|
"jsonwebtoken": "^9.0.2"
|
|
}
|
|
}
|