mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
25 lines
825 B
JSON
25 lines
825 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",
|
|
"publishConfig": {
|
|
"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.48.2",
|
|
"@types/node": "^20",
|
|
"electron": "33.0.2",
|
|
"typescript": "^5.6.3",
|
|
"vitest": "^2.1.4"
|
|
}
|
|
}
|