UNPKG

@shopware-ag/acceptance-test-suite

Version:
69 lines (68 loc) 1.83 kB
{ "name": "@shopware-ag/acceptance-test-suite", "version": "12.12.1", "description": "Shopware Acceptance Test Suite", "keywords": [ "fixtures", "integration", "playwright", "shopware", "test-data", "testing" ], "license": "MIT", "author": "shopware AG", "repository": { "type": "git", "url": "git+https://github.com/shopware/acceptance-test-suite.git" }, "files": [ "dist" ], "type": "module", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs", "default": "./dist/index.mjs" } }, "scripts": { "lint": "oxlint --type-aware", "lint:fix": "oxlint --type-aware --fix", "format": "oxfmt --write .", "typecheck": "tsgo --noEmit", "build": "unbuild", "prepare": "lefthook install", "prepublishOnly": "npm run build" }, "dependencies": { "@axe-core/playwright": "4.11.1", "@playwright/test": "1.60.0", "@shopware/api-client": "1.4.0", "axe-html-reporter": "2.2.11", "compare-versions": "6.1.1", "i18next": "25.8.3", "image-js": "1.3.0", "uuid": "14.0.0" }, "devDependencies": { "@types/node": "25.2.0", "@types/uuid": "11.0.0", "@typescript/native-preview": "7.0.0-dev.20260205.1", "eslint-plugin-playwright": "2.5.1", "lefthook": "2.1.0", "oxfmt": "0.28.0", "oxlint": "1.43.0", "oxlint-tsgolint": "0.11.4", "unbuild": "3.6.1" }, "engines": { "node": "24.x || 25.x" }, "packageManager": { "name": "npm" } }