Files
2025-01-03 20:07:29 -08:00

27 lines
712 B
JSON

{
"name": "sample-window",
"version": "4.2.0",
"private": true,
"description": "Integration tests to verify window handling",
"main": "main.js",
"author": {
"name": "dry Software UG (haftungsbeschränkt)",
"email": "info@dry.software",
"url": "https://dry.software"
},
"scripts": {
"pretest": "pnpx playwright install --with-deps",
"test": "jest",
"coverage": "jest --coverage --runInBand --logHeapUsage",
"coverage:clean": "rimraf coverage"
},
"devDependencies": {
"@mintplex-labs/nut-js": "workspace:*",
"@playwright/test": "1.41.2",
"electron": "28.0.0",
"jest": "29.7.0",
"jest-playwright-preset": "4.0.0",
"playwright": "1.41.2"
}
}