mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
32 lines
977 B
JSON
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"
|
|
}
|
|
}
|