podman-desktop/tests/playwright/package.json
Florent Benoit c8e8e4381a chore: update vitest to v2.1.4
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2024-11-04 13:02:42 +01:00

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"
}
}