podman-desktop/tests/playwright/package.json
Evžen Gasta 2b83c13578
feat: bumped up to node 24 and electron 40 (#15119)
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2025-12-23 09:32:13 +00:00

32 lines
977 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.57.0",
"@types/node": "^24",
"electron": "40.0.0-beta.4",
"typescript": "^5.9.3",
"unplugin-dts": "1.0.0-beta.6",
"vitest": "^4.0.10"
}
}