podman-desktop/tests/playwright/package.json
dependabot[bot] 12934839fa chore(deps): bump electron from 41.0.1 to 41.0.2
Bumps [electron](https://github.com/electron/electron) from 41.0.1 to 41.0.2.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v41.0.1...v41.0.2)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 41.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-16 07:24:16 +01:00

32 lines
969 B
JSON

{
"name": "@podman-desktop/tests-playwright",
"version": "1.9.0-next",
"description": "Playwright-based testing libraries for Podman Desktop and its extensions",
"type": "module",
"repository": "https://github.com/podman-desktop/podman-desktop",
"publishConfig": {
"provenance": true,
"access": "public"
},
"main": "dist/index.js",
"files": [
"dist",
"!dist/specs/*",
"!dist/setupFiles/extended-hooks.*"
],
"license": "Apache-2.0",
"scripts": {
"build": "vite build",
"package": "npm run build && npm link && npm pack",
"test": "echo \"Error: no test specified\" && exit 1",
"publish:next": "pnpm publish --registry=https://registry.npmjs.org/ --no-git-tag-version --new-version 0.0.1-\"$(date +%s)\""
},
"devDependencies": {
"@playwright/test": "1.58.2",
"@types/node": "^24",
"electron": "41.0.2",
"typescript": "^5.9.3",
"unplugin-dts": "1.0.0-beta.6",
"vitest": "^4.1.0"
}
}